How does Android decide which background resource to draw on the foreground?
- by Sebi
I defined two ImageButton which are contained in a LinearLayout in my XML layout file:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:minHeight="40px"…