Revision e8e0d66a
Added by Leszek Koltunski almost 3 years ago
src/main/res/layout/config.xml | ||
---|---|---|
45 | 45 |
android:id="@+id/configDetailsName2" |
46 | 46 |
android:layout_width="0dp" |
47 | 47 |
android:layout_height="match_parent" |
48 |
android:layout_weight="2.5"
|
|
48 |
android:layout_weight="2.1"
|
|
49 | 49 |
android:gravity="center_vertical|start" |
50 | 50 |
android:paddingStart="5dp" |
51 | 51 |
android:textSize="26sp" |
... | ... | |
80 | 80 |
android:id="@+id/configDetailsAuthor2" |
81 | 81 |
android:layout_width="0dp" |
82 | 82 |
android:layout_height="match_parent" |
83 |
android:layout_weight="2.5"
|
|
83 |
android:layout_weight="2.1"
|
|
84 | 84 |
android:gravity="center_vertical|start" |
85 | 85 |
android:paddingStart="5dp" |
86 | 86 |
android:textSize="26sp" |
... | ... | |
116 | 116 |
android:layout_width="0dp" |
117 | 117 |
android:layout_height="match_parent" |
118 | 118 |
android:layout_weight="2.5" |
119 |
android:gravity="start" |
|
119 | 120 |
android:paddingTop="20dp" |
120 | 121 |
android:paddingBottom="20dp" |
121 | 122 |
android:orientation="horizontal"> |
... | ... | |
125 | 126 |
android:layout_width="0dp" |
126 | 127 |
android:layout_height="match_parent" |
127 | 128 |
android:layout_weight="1" |
128 |
android:gravity="center_vertical" |
|
129 | 129 |
android:src="@drawable/ui_difficulty_unchecked"/> |
130 | 130 |
|
131 | 131 |
<ImageView |
... | ... | |
133 | 133 |
android:layout_width="0dp" |
134 | 134 |
android:layout_height="match_parent" |
135 | 135 |
android:layout_weight="1" |
136 |
android:gravity="center_vertical" |
|
137 | 136 |
android:src="@drawable/ui_difficulty_unchecked"/> |
138 | 137 |
|
139 | 138 |
<ImageView |
... | ... | |
141 | 140 |
android:layout_width="0dp" |
142 | 141 |
android:layout_height="match_parent" |
143 | 142 |
android:layout_weight="1" |
144 |
android:gravity="center_vertical" |
|
145 | 143 |
android:src="@drawable/ui_difficulty_unchecked"/> |
146 | 144 |
|
147 | 145 |
<ImageView |
... | ... | |
149 | 147 |
android:layout_width="0dp" |
150 | 148 |
android:layout_height="match_parent" |
151 | 149 |
android:layout_weight="1" |
152 |
android:gravity="center_vertical" |
|
153 | 150 |
android:src="@drawable/ui_difficulty_unchecked"/> |
154 | 151 |
|
155 | 152 |
<ImageView |
... | ... | |
157 | 154 |
android:layout_width="0dp" |
158 | 155 |
android:layout_height="match_parent" |
159 | 156 |
android:layout_weight="1" |
160 |
android:gravity="center_vertical" |
|
161 | 157 |
android:src="@drawable/ui_difficulty_unchecked"/> |
162 | 158 |
|
163 | 159 |
</LinearLayout> |
... | ... | |
190 | 186 |
android:id="@+id/meshRadioGroup" |
191 | 187 |
android:layout_width="0dp" |
192 | 188 |
android:layout_height="match_parent" |
193 |
android:layout_weight="2.5"
|
|
189 |
android:layout_weight="2.1"
|
|
194 | 190 |
android:orientation="horizontal" |
195 | 191 |
android:checkedButton="@+id/meshNice" |
196 | 192 |
android:background="@color/grey"> |
... | ... | |
200 | 196 |
android:layout_width="0dp" |
201 | 197 |
android:layout_height="match_parent" |
202 | 198 |
android:layout_weight="1" |
203 |
android:layout_marginBottom="0dp"
|
|
199 |
android:buttonTint="@color/white"
|
|
204 | 200 |
android:text="@string/config_mesh_simple"/> |
205 | 201 |
|
206 | 202 |
<RadioButton |
... | ... | |
208 | 204 |
android:layout_width="0dp" |
209 | 205 |
android:layout_height="match_parent" |
210 | 206 |
android:layout_weight="1" |
211 |
android:layout_marginBottom="0dp"
|
|
207 |
android:buttonTint="@color/white"
|
|
212 | 208 |
android:text="@string/config_mesh_nice"/> |
213 | 209 |
|
214 | 210 |
</RadioGroup> |
Also available in: Unified diff
Progress with Config UI.