Revision 8c4e4bf4
Added by Leszek Koltunski 7 months ago
src/main/res/layout/bandaged.xml | ||
---|---|---|
16 | 16 |
android:id="@+id/bandagedCreatorScrollView" |
17 | 17 |
android:layout_width="match_parent" |
18 | 18 |
android:layout_height="match_parent" |
19 |
android:background="@color/black">
|
|
19 |
android:background="?veryDarkC">
|
|
20 | 20 |
|
21 | 21 |
<LinearLayout |
22 | 22 |
android:id="@+id/bandagedCreatorView" |
23 | 23 |
android:layout_width="wrap_content" |
24 | 24 |
android:layout_height="match_parent" |
25 |
android:background="@color/black"
|
|
25 |
android:background="?veryDarkC"
|
|
26 | 26 |
android:orientation="horizontal"/> |
27 | 27 |
</HorizontalScrollView> |
28 | 28 |
</LinearLayout> |
Also available in: Unified diff
progress with colors in styles