Revision b9d062cf
Added by Leszek Koltunski over 3 years ago
| src/main/res/layout/bandaged.xml | ||
|---|---|---|
| 1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 3 |
android:id="@+id/relativeLayout" |
|
| 2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 4 | 3 |
android:layout_width="match_parent" |
| 5 |
android:layout_height="match_parent" > |
|
| 6 |
|
|
| 7 |
<org.distorted.bandaged.BandagedCreatorView |
|
| 8 |
android:id="@+id/bandagedCreatorObjectView" |
|
| 9 |
android:layout_width="match_parent" |
|
| 10 |
android:layout_height="0dp" |
|
| 11 |
android:layout_alignParentBottom="true" |
|
| 12 |
android:layout_alignParentStart="true"/> |
|
| 4 |
android:layout_height="match_parent" |
|
| 5 |
android:background="@android:color/transparent" |
|
| 6 |
android:orientation="vertical"> |
|
| 13 | 7 |
|
| 14 | 8 |
<LinearLayout |
| 15 | 9 |
android:id="@+id/bandagedCreatorTopView" |
| 16 | 10 |
android:layout_width="match_parent" |
| 17 |
android:layout_height="0dp" |
|
| 11 |
android:layout_height="100dp"
|
|
| 18 | 12 |
android:background="@color/light_grey" |
| 19 |
android:orientation="horizontal" |
|
| 20 |
android:layout_alignParentStart="true" |
|
| 21 |
android:layout_alignParentTop="true"> |
|
| 13 |
android:orientation="horizontal"> |
|
| 22 | 14 |
|
| 23 | 15 |
<HorizontalScrollView |
| 24 | 16 |
android:id="@+id/bandagedCreatorScrollView" |
| ... | ... | |
| 35 | 27 |
</HorizontalScrollView> |
| 36 | 28 |
</LinearLayout> |
| 37 | 29 |
|
| 38 |
<LinearLayout |
|
| 39 |
android:id="@+id/lowerBar" |
|
| 40 |
android:layout_alignParentBottom="true" |
|
| 41 |
android:layout_alignParentStart="true" |
|
| 42 |
android:layout_width="match_parent" |
|
| 43 |
android:layout_height="0dp" |
|
| 44 |
android:orientation="horizontal" |
|
| 45 |
android:background="@android:color/transparent"> |
|
| 46 |
</LinearLayout> |
|
| 30 |
<RelativeLayout |
|
| 31 |
android:id="@+id/relativeLayout" |
|
| 32 |
android:layout_width="match_parent" |
|
| 33 |
android:layout_height="match_parent"> |
|
| 34 |
|
|
| 35 |
<org.distorted.bandaged.BandagedCreatorView |
|
| 36 |
android:id="@+id/bandagedCreatorObjectView" |
|
| 37 |
android:layout_width="match_parent" |
|
| 38 |
android:layout_height="0dp" |
|
| 39 |
android:layout_alignParentBottom="true" |
|
| 40 |
android:layout_alignParentStart="true"/> |
|
| 41 |
|
|
| 42 |
<LinearLayout |
|
| 43 |
android:id="@+id/bandagedCreatorButtons" |
|
| 44 |
android:layout_width="match_parent" |
|
| 45 |
android:layout_height="0dp" |
|
| 46 |
android:background="@android:color/transparent" |
|
| 47 |
android:orientation="horizontal" |
|
| 48 |
android:layout_alignParentTop="true"> |
|
| 49 |
|
|
| 50 |
<Spinner |
|
| 51 |
android:id="@+id/bandagedCreatorX" |
|
| 52 |
android:layout_width="0dp" |
|
| 53 |
android:layout_height="match_parent" |
|
| 54 |
android:layout_weight="1.0" |
|
| 55 |
android:textAlignment="center"/> |
|
| 56 |
<Spinner |
|
| 57 |
android:id="@+id/bandagedCreatorY" |
|
| 58 |
android:layout_width="0dp" |
|
| 59 |
android:layout_height="match_parent" |
|
| 60 |
android:layout_weight="1.0" |
|
| 61 |
android:textAlignment="center"/> |
|
| 62 |
<Spinner |
|
| 63 |
android:id="@+id/bandagedCreatorZ" |
|
| 64 |
android:layout_width="0dp" |
|
| 65 |
android:layout_height="match_parent" |
|
| 66 |
android:layout_weight="1.0" |
|
| 67 |
android:textAlignment="center"/> |
|
| 68 |
</LinearLayout> |
|
| 47 | 69 |
|
| 48 |
</RelativeLayout> |
|
| 70 |
<LinearLayout |
|
| 71 |
android:id="@+id/lowerBar" |
|
| 72 |
android:layout_alignParentBottom="true" |
|
| 73 |
android:layout_alignParentStart="true" |
|
| 74 |
android:layout_width="match_parent" |
|
| 75 |
android:layout_height="0dp" |
|
| 76 |
android:orientation="horizontal" |
|
| 77 |
android:background="@android:color/transparent"> |
|
| 78 |
</LinearLayout> |
|
| 79 |
</RelativeLayout> |
|
| 80 |
</LinearLayout> |
|
Also available in: Unified diff
Bandaged: progress.