Gered
8568212428
Since it's been a long while since I've worked on it and it was never version controlled to begin with...
267 lines
9.7 KiB
XML
267 lines
9.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#ff333333"
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:orientation="horizontal" >
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1" >
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton1"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton2"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:gravity="right" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton3"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:orientation="vertical" >
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton10"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton11"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_long_horiz" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton12"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton13"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_long_vert" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton14"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_big" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton15"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_long_vert" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" >
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton16"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton17"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_long_horiz" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton18"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="5dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:visibility="gone" >
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1" >
|
|
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton4"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton5"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="right"
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton6"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton7"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton8"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton9"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp" >
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton19"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton20"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton21"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton22"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/imageButton23"
|
|
style="@style/TestRemoteButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/remote_button_small" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |