diff --git a/src/android/app/src/main/res/drawable-night/no_icon.png b/src/android/app/src/main/res/drawable-night/no_icon.png
new file mode 100644
index 000000000..9a3969709
Binary files /dev/null and b/src/android/app/src/main/res/drawable-night/no_icon.png differ
diff --git a/src/android/app/src/main/res/drawable/no_icon.png b/src/android/app/src/main/res/drawable/no_icon.png
index d6f00ce59..1ce8fdc76 100644
Binary files a/src/android/app/src/main/res/drawable/no_icon.png and b/src/android/app/src/main/res/drawable/no_icon.png differ
diff --git a/src/android/app/src/main/res/layout/card_game.xml b/src/android/app/src/main/res/layout/card_game.xml
index 5d80c3cc0..6f0e0a58f 100644
--- a/src/android/app/src/main/res/layout/card_game.xml
+++ b/src/android/app/src/main/res/layout/card_game.xml
@@ -57,7 +57,8 @@
app:layout_constraintStart_toStartOf="@+id/text_game_title"
app:layout_constraintTop_toBottomOf="@+id/text_game_title"
app:layout_constraintVertical_bias="0.842"
- tools:text="Nintendo" />
+ tools:text="Nintendo"
+ android:textColor="@color/header_subtext" />
+ tools:text="Pilotwings_Resort.cxi"
+ android:textColor="@color/header_subtext" />
diff --git a/src/android/app/src/main/res/layout/list_item_setting.xml b/src/android/app/src/main/res/layout/list_item_setting.xml
index f4d7b59f3..70136525e 100644
--- a/src/android/app/src/main/res/layout/list_item_setting.xml
+++ b/src/android/app/src/main/res/layout/list_item_setting.xml
@@ -21,6 +21,7 @@
android:layout_alignParentEnd="true"
android:layout_marginStart="@dimen/spacing_large"
android:layout_marginEnd="@dimen/spacing_large"
+ android:textColor="@color/header_text"
android:textSize="16sp"
tools:text="Setting Name" />
@@ -36,6 +37,7 @@
android:layout_marginTop="@dimen/spacing_small"
android:layout_marginEnd="@dimen/spacing_large"
android:visibility="visible"
- tools:text="@string/app_disclaimer" />
+ tools:text="@string/app_disclaimer"
+ android:textColor="@color/header_subtext" />
\ No newline at end of file
diff --git a/src/android/app/src/main/res/layout/list_item_setting_checkbox.xml b/src/android/app/src/main/res/layout/list_item_setting_checkbox.xml
index 53addf638..c635e926c 100644
--- a/src/android/app/src/main/res/layout/list_item_setting_checkbox.xml
+++ b/src/android/app/src/main/res/layout/list_item_setting_checkbox.xml
@@ -19,6 +19,7 @@
android:layout_marginStart="@dimen/spacing_large"
android:layout_marginTop="@dimen/spacing_large"
android:layout_toStartOf="@+id/checkbox"
+ android:textColor="@color/header_text"
android:textSize="16sp"
tools:text="@string/frame_limit_enable"/>
@@ -35,6 +36,7 @@
android:layout_marginTop="@dimen/spacing_small"
android:layout_toStartOf="@+id/checkbox"
android:textAlignment="textStart"
+ android:textColor="@color/header_subtext"
tools:text="@string/frame_limit_enable_description" />
- #fec303
+ #272727
+ #121212
+ #FEC303
#121212
- #303030
+ #3D3D3D
#404040
+ #E0E0E0
+ #A0A0A0
diff --git a/src/android/app/src/main/res/values/colors.xml b/src/android/app/src/main/res/values/colors.xml
index 7f2929eb0..c7849ffff 100644
--- a/src/android/app/src/main/res/values/colors.xml
+++ b/src/android/app/src/main/res/values/colors.xml
@@ -1,15 +1,17 @@
- #fec303
- #fe8a03
- #c77413
+ #FFC303
+ #FF8D03
+ #CC7102
#FFCCCCCC
#ffffff
- #dddddd
+ #D5D5D5
#ffffff
+ #1C1424
+ #5C5661