Changing of backbround color of activity can be achieved by assigning color value to "android:background" of the layout.
eg.
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#e0e0ff"
>
android:background may be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
0 Response to "Change backbround color of activity"
Posting Komentar