Revision 938add4f
Added by Leszek Koltunski almost 2 years ago
| src/main/res/layout/main.xml | ||
|---|---|---|
| 29 | 29 |
<LinearLayout |
| 30 | 30 |
android:layout_width="0dp" |
| 31 | 31 |
android:layout_height="match_parent" |
| 32 |
android:layout_weight="0.25"
|
|
| 32 |
android:layout_weight="0.2" |
|
| 33 | 33 |
android:orientation="horizontal" |
| 34 | 34 |
android:gravity="center" |
| 35 | 35 |
android:background="@android:color/transparent"> |
| ... | ... | |
| 49 | 49 |
<LinearLayout |
| 50 | 50 |
android:layout_width="0dp" |
| 51 | 51 |
android:layout_height="match_parent" |
| 52 |
android:layout_weight="0.5"
|
|
| 52 |
android:layout_weight="0.6"
|
|
| 53 | 53 |
android:orientation="horizontal" |
| 54 | 54 |
android:gravity="center" |
| 55 | 55 |
android:background="@android:color/transparent"> |
| ... | ... | |
| 58 | 58 |
<LinearLayout |
| 59 | 59 |
android:layout_width="0dp" |
| 60 | 60 |
android:layout_height="match_parent" |
| 61 |
android:layout_weight="0.25"
|
|
| 61 |
android:layout_weight="0.2" |
|
| 62 | 62 |
android:orientation="horizontal" |
| 63 | 63 |
android:gravity="center" |
| 64 | 64 |
android:background="@android:color/transparent"> |
Also available in: Unified diff
minor UI thing