Revision b971cdbe
Added by Leszek Koltunski over 1 year ago
src/main/res/layout/dialog_about.xml | ||
---|---|---|
9 | 9 |
android:id="@+id/about_share_layout" |
10 | 10 |
android:layout_width="fill_parent" |
11 | 11 |
android:layout_height="0dp" |
12 |
android:layout_weight="0.4"
|
|
12 |
android:layout_weight="0.1"
|
|
13 | 13 |
android:gravity="center|fill_horizontal" |
14 | 14 |
android:layout_marginLeft="10dp" |
15 | 15 |
android:layout_marginRight="10dp" |
... | ... | |
50 | 50 |
android:id="@+id/about_email_layout" |
51 | 51 |
android:layout_width="fill_parent" |
52 | 52 |
android:layout_height="0dp" |
53 |
android:layout_weight="0.4"
|
|
53 |
android:layout_weight="0.1"
|
|
54 | 54 |
android:gravity="center|fill_horizontal" |
55 | 55 |
android:layout_marginLeft="10dp" |
56 | 56 |
android:layout_marginRight="10dp" |
... | ... | |
102 | 102 |
android:id="@+id/about_new_layout" |
103 | 103 |
android:layout_width="fill_parent" |
104 | 104 |
android:layout_height="0dp" |
105 |
android:layout_weight="0.7"
|
|
105 |
android:layout_weight="0.3"
|
|
106 | 106 |
android:gravity="center|fill_horizontal" |
107 | 107 |
android:layout_marginLeft="10dp" |
108 | 108 |
android:layout_marginRight="10dp" |
... | ... | |
147 | 147 |
android:id="@+id/about_coming_layout" |
148 | 148 |
android:layout_width="fill_parent" |
149 | 149 |
android:layout_height="0dp" |
150 |
android:layout_weight="1"
|
|
150 |
android:layout_weight="0.4"
|
|
151 | 151 |
android:gravity="center|fill_horizontal" |
152 | 152 |
android:layout_marginLeft="10dp" |
153 | 153 |
android:layout_marginRight="10dp" |
Also available in: Unified diff
remove android imports from distorted-puzzle-jsons and distorted-puzzle-dmesh