Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/optionPanel1"
- android:layout_width="match_parent"
- android:layout_height="50dip"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/optionsButton1"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- <ImageView
- android:id="@+id/optionsButton2"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- <ImageView
- android:id="@+id/optionsButton3"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/optionPanel2"
- android:layout_width="match_parent"
- android:layout_height="50dip"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:visibility="visible"
- android:orientation="horizontal" >
- <ImageView
- android:id="@+id/optionsButton4"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- <ImageView
- android:id="@+id/optionsButton5"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- <ImageView
- android:id="@+id/optionsButton6"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:contentDescription="Icon"
- android:src="@drawable/ic_launcher" />
- </LinearLayout>
- <ListView
- android:id="@+id/moreOptions"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment