| Chris Craik | 6657a6c | 2014-01-26 11:30:58 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <LinearLayout |
| 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | android:orientation="vertical" |
| 5 | android:layout_width="match_parent" |
| 6 | android:layout_height="match_parent" |
| 7 | android:background="#f55"> |
| 8 | <LinearLayout |
| 9 | android:layout_width="match_parent" |
| 10 | android:layout_height="wrap_content" |
| 11 | android:orientation="horizontal"> |
| 12 | <LinearLayout |
| 13 | android:layout_width="0dp" |
| 14 | android:layout_height="150dp" |
| 15 | android:layout_weight="1" |
| 16 | android:isolatedZVolume="false" |
| 17 | android:orientation="vertical"> |
| 18 | <TextView style="@style/TopLeftReorderTextView"/> |
| 19 | <TextView style="@style/BottomLeftReorderTextView"/> |
| 20 | </LinearLayout> |
| 21 | <LinearLayout |
| 22 | android:layout_width="0dp" |
| 23 | android:layout_height="150dp" |
| 24 | android:layout_weight="1" |
| 25 | android:isolatedZVolume="false" |
| 26 | android:orientation="vertical"> |
| 27 | <TextView style="@style/TopRightReorderTextView"/> |
| 28 | <TextView style="@style/BottomRightReorderTextView"/> |
| 29 | </LinearLayout> |
| 30 | </LinearLayout> |
| 31 | <LinearLayout |
| 32 | android:layout_width="match_parent" |
| 33 | android:layout_height="wrap_content" |
| 34 | android:orientation="horizontal"> |
| 35 | <LinearLayout |
| 36 | android:layout_width="0dp" |
| 37 | android:layout_height="150dp" |
| 38 | android:layout_weight="1" |
| 39 | android:orientation="vertical"> |
| 40 | <TextView style="@style/TopLeftReorderTextView"/> |
| 41 | <TextView style="@style/BottomLeftReorderTextView"/> |
| 42 | </LinearLayout> |
| 43 | <LinearLayout |
| 44 | android:layout_width="0dp" |
| 45 | android:layout_height="150dp" |
| 46 | android:layout_weight="1" |
| 47 | android:orientation="vertical"> |
| 48 | <TextView style="@style/TopRightReorderTextView"/> |
| 49 | <TextView style="@style/BottomRightReorderTextView"/> |
| 50 | </LinearLayout> |
| 51 | </LinearLayout> |
| 52 | </LinearLayout> |