Top "Android-view" questions

Questions regarding Views in Android.

Android ViewGroup: what should I do in the onLayout() override?

When extending an Android ViewGroup class, what is the purpose of the onLayout() override? I'm making a custom control in …

android android-layout android-view
Align FrameLayout inside ConstraintLayout to bottom

I want a layout above recycler view at the bottom of the screen,(like a frame) so that even when …

android xml android-layout android-view android-constraintlayout
android:fitsSystemWindows not working

In my theme I defined the following rules to draw my views behind the status bar: <item name="android:…

android android-view
DialogFragment not resizing when keyboard shown

I'm trying to use a SherlockDialogFragment to ask some input from the user. Everything works fine on my phone (Galaxy …

android actionbarsherlock android-view android-dialogfragment
Android sidebar like facebook or firefox

With the new facebook app it comes with an hidden sidebar that I would love to use something like that …

java android android-viewpager android-view android-side-navigation
Dynamically change SVG image color in android

I know that using third party library, it is possible to use SVG image in Android. Library like: svg-android The …

android svg imageview android-view svg-filters
Where does Android View.scrollTo(x, y) scroll to?

scrollTo(int x, int y) says: x the x position to scroll to y the y position to scroll to …

android android-view android-scroll
How can you adjust Android SnackBar to a specific position on screen

Follwing the new android snackbar, i'm trying to set it to be positioned on a specific y coordinate. Its seems …

android android-view android-snackbar snackbar
Duplicate a view programmatically from an already existing view

I was trying the following code and was getting an error because there is no such constructor defined. View v = …

android android-view
How to properly remove padding (or margin?) around buttons in Android?

Currently, I have the following bottom log in button. When button is not being pressed When button is being pressed …

java android android-layout android-view android-button