Top "Android-view" questions

Questions regarding Views in Android.

How to change the current tab highlighter color in Android ViewPager?

Here is my layout inside ViewPager. I would like to change the color of the current tab highlighter which is …

android android-layout android-viewpager android-view
How to make Beautiful & Stylish apps like Timely

A Quote from Google in terms of Designing, and some example of apps: Based on what Google said in http://…

android android-layout android-animation android-view android-theme
Is it possible to manually call onCreateView in a Fragment?

Is it possible to manually call the method onCreateView in a Fragment or, if not, is there some way I …

android fragment android-view fragment-tab-host
Using new IMMERSIVE mode in android kitkat

I want to make an activity to go into IMMERSIVE mode and hide top and buttom system bars as soon …

android android-view android-4.4-kitkat
Can not find a View with findViewById()

I cannot find a TextView by calling findViewById(), even though the ID does exist. OtherActivity: public class OtherActivity extends Activity { @…

android android-layout android-view findviewbyid
How to set foreground attribute to other non FrameLayout view

I would like to know how to apply or emulate foreground effect in a view different from FrameLayout, as LinearLayout …

android view drawable android-view android-framelayout
Difference between setAlpha and setImageAlpha

ImageView has two methods related methods: setAlpha and setImageAlpha. The former is available since API level 1, but is deprecated since …

android android-imageview android-view
EditText not scrollable inside ScrollView

I have a ScrollView inside which is an EditText which is set to scroll vertically. But it does not scrolls. …

android android-layout android-edittext android-view android-scrollview
java.lang.StackOverFlow error. Suspected too many views?

When you get an error like the one below (Android 1.5), is it because there are too many nested ViewGroups, or …

android android-layout android-view
How to make SearchView always expanded in android?

I have SearchView in the top of the layout (not in the action bar), is there anyway to force this …

android android-layout android-view