Top "Android-view" questions

Questions regarding Views in Android.

Animate drawing of circle/ arc on canvas

Update: 20/11/13: This is still unresolved. I am trying to animate the creation of a circle in a custom view. I …

android android-animation android-canvas android-view android-handler
requestLayout() improperly called

I'm getting this warning spammed in my console. The only info I can find is most people get it when …

android android-view android-support-library android-toolbar android-collapsingtoolbarlayout
Change border color of a SearchView

I want to change a border color of my searchview . Right now its coming transparent . I tried giving styling to …

android android-view searchview android-styles android-search
Android - add subview with layout params at specific index (in code)

I may be missing something, but I can't find a way to add a subview to a view at a …

android android-view layoutparams
Bottom navigation view with custom item (actionLayout)

I would like to add a custom item in the new BottomNavigationView . There are plenty of tutorial of adding a …

android android-view android-menu
Android: How to align the CheckBox text in the bottom?

Basically what I want is to have is a checkbox with the icon and the text below to the icon, …

android android-layout android-view android-checkbox
Implement multiple ViewHolder types in RecycleView adapter

It's maybe a discussion not a question. Normal way to implement multiple types As you know, if we want to …

android android-layout android-recyclerview android-view android-viewholder
how to add a pin marker on image view in android

i am working on a project where i need to add pins on image view as shown in below image. …

java android android-imageview android-view viewgroup
Difference between view.findViewById(R.id....) and just findViewById(R.id...)

I'm trying to implement a Custom Array Adapter , Problem is my code crashes when I use ImageView imageView=(ImageView)findViewById(…

android android-view findviewbyid
How to make a customized compass view in android

I am working with a simple compass application. I need to set the compass view with the sensor activity for …

android android-view digital-compass