Revision 6eb5eec2
Added by Leszek Koltunski over 7 years ago
src/main/res/layout/olimpiclayout.xml | ||
---|---|---|
29 | 29 |
android:orientation="horizontal" |
30 | 30 |
android:layout_width="match_parent" |
31 | 31 |
android:layout_height="0dp" |
32 |
android:background="@color/blue" |
|
32 | 33 |
android:layout_weight="0.5"> |
33 | 34 |
|
34 | 35 |
<CheckBox |
... | ... | |
100 | 101 |
android:orientation="horizontal" |
101 | 102 |
android:layout_width="match_parent" |
102 | 103 |
android:layout_height="0dp" |
104 |
android:background="@color/black" |
|
103 | 105 |
android:layout_weight="0.5"> |
104 | 106 |
|
105 | 107 |
<CheckBox |
... | ... | |
171 | 173 |
android:orientation="horizontal" |
172 | 174 |
android:layout_width="match_parent" |
173 | 175 |
android:layout_height="0dp" |
176 |
android:background="@color/red" |
|
174 | 177 |
android:layout_weight="0.5"> |
175 | 178 |
|
176 | 179 |
<CheckBox |
... | ... | |
242 | 245 |
android:orientation="horizontal" |
243 | 246 |
android:layout_width="match_parent" |
244 | 247 |
android:layout_height="0dp" |
248 |
android:background="@color/yellow" |
|
245 | 249 |
android:layout_weight="0.5"> |
246 | 250 |
|
247 | 251 |
<CheckBox |
... | ... | |
313 | 317 |
android:orientation="horizontal" |
314 | 318 |
android:layout_width="match_parent" |
315 | 319 |
android:layout_height="0dp" |
320 |
android:background="@color/green" |
|
316 | 321 |
android:layout_weight="0.5"> |
317 | 322 |
|
318 | 323 |
<CheckBox |
Also available in: Unified diff
A Lot of fixes for the issues uncovered by Olimpic.
Still at least 1 known issue: sometimes, when we re-add a Surface, some garbage pops up on the screen for a brief split second. Visible in Olimpic.