Skip to content

Commit 4d4b770

Browse files
committed
Update color references to adhere to themes
1 parent 6a4553c commit 4d4b770

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/main/res/drawable/background_bottom_sheet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<solid android:color="@color/white"/>
3+
<solid android:color="?attr/colorSecondary"/>
44
<corners
55
android:bottomRightRadius="0dp"
66
android:bottomLeftRadius="0dp"

app/src/main/res/layout/checkbox.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
android:text="@string/dialog_dont_ask_again"
1414
android:layout_marginStart="8dp"
1515
android:drawablePadding="16dp"
16-
android:textColor="@color/nevada" />
16+
android:textColor="?android:textColorPrimary" />
1717

1818
</LinearLayout>

app/src/main/res/layout/view_item_selection_message_sheet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_marginEnd="16dp"
1919
android:layout_marginRight="16dp"
2020
android:layout_marginBottom="16dp"
21-
android:textColor="@color/outer_space"
21+
android:textColor="?android:textColorPrimary"
2222
android:textSize="@dimen/text_title"
2323
android:textStyle="bold"
2424
tools:text="@tools:sample/lorem" />
@@ -32,7 +32,7 @@
3232
android:layout_marginEnd="16dp"
3333
android:layout_marginRight="16dp"
3434
android:layout_marginBottom="16dp"
35-
android:textColor="@color/outer_space"
35+
android:textColor="?android:textColorPrimary"
3636
android:textSize="@dimen/text_body"
3737
tools:text="@tools:sample/lorem" />
3838

0 commit comments

Comments
 (0)