Top "Android-gui" questions

What is default color for text in textview?

I set the color to red , and after that I want to set the color again back to default, but …

android colors textview default android-gui
How to align the text inside the TextView in Android?

I have a multiline TextView in Android. It is a child of a LinearLayout. It is already centered horizontally and …

android textview android-gui
How to disable behind view click event Framelayout

Here i have one view pager activity which has one imageview and 2 overlay bars. there overlay bars i made using …

android android-layout android-viewpager android-framelayout android-gui
Accessing a font under assets folder from XML file in Android

I am trying to do a application-wide font change and creating a style file to do so. In this file (…

android android-assets android-gui android-fonts
Android Hardware Acceleration - to use or not to use?

I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the …

android hardware-acceleration android-gui android-hardware
How to make the linearlayout in scrollview to fill the whole area

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_…

android layout android-gui
Change the style of AlertDialog

When I run this code the alert dialog is shown but there is one white border around the dialog and …

android coding-style dialog themes android-gui
Android : Image button or button Highlighted with Effect when Pressed

Here when i pressed on these left and right arrow button at that time I want to see these type …

android android-layout animation android-animation android-gui
Android: draw arc within canvas api with a gradient fill color

I want to draw an arc using canvas using a gradient fill. How can achieve this?

android android-canvas gradient android-gui geometric-arc
inner shadow on Android TextView

is it possible to put an inner shadow on the text of a TextView in Android like this one : Thanks !

android textview android-gui