android - Screen background changing when phone is tilted horizontal -


in android app developing have given background of 1 color. when phone tilted horizontal screen background changes lighter version of previous color? do, avoid this?

<relativelayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:background="#228b22"     android:orientation="vertical" > 

unless you've coded color change app not happening in program. what's more device has low quality lcd has limited viewing angles.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -