summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
Diffstat (limited to 'src/android')
-rw-r--r--src/android/app/src/main/res/drawable/ic_yuzu_full.xml (renamed from src/android/app/src/main/res/drawable/ic_yuzu_themed.xml)4
-rw-r--r--src/android/app/src/main/res/layout/fragment_options.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/android/app/src/main/res/drawable/ic_yuzu_themed.xml b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml
index 4400e9eaf..f3dd44d00 100644
--- a/src/android/app/src/main/res/drawable/ic_yuzu_themed.xml
+++ b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml
@@ -6,13 +6,13 @@
6 <group> 6 <group>
7 <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" /> 7 <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" />
8 <path 8 <path
9 android:fillColor="?attr/colorPrimary" 9 android:fillColor="#FF3C28"
10 android:pathData="M340.81,138V682.08c150.26,0 272.06,-121.81 272.06,-272.06S491.07,138 340.81,138M394,197.55a219.06,219.06 0,0 1,0 424.94V197.55" /> 10 android:pathData="M340.81,138V682.08c150.26,0 272.06,-121.81 272.06,-272.06S491.07,138 340.81,138M394,197.55a219.06,219.06 0,0 1,0 424.94V197.55" />
11 </group> 11 </group>
12 <group> 12 <group>
13 <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" /> 13 <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" />
14 <path 14 <path
15 android:fillColor="?attr/colorPrimary" 15 android:fillColor="#0AB9E6"
16 android:pathData="M272.79,1.92C122.53,1.92 0.73,123.73 0.73,274s121.8,272.07 272.06,272.07ZM219.65,61.51v425A219,219 0,0 1,118 119.18,217.51 217.51,0 0,1 219.65,61.51" /> 16 android:pathData="M272.79,1.92C122.53,1.92 0.73,123.73 0.73,274s121.8,272.07 272.06,272.07ZM219.65,61.51v425A219,219 0,0 1,118 119.18,217.51 217.51,0 0,1 219.65,61.51" />
17 </group> 17 </group>
18</vector> 18</vector>
diff --git a/src/android/app/src/main/res/layout/fragment_options.xml b/src/android/app/src/main/res/layout/fragment_options.xml
index ec6e7c205..3bae8b0c4 100644
--- a/src/android/app/src/main/res/layout/fragment_options.xml
+++ b/src/android/app/src/main/res/layout/fragment_options.xml
@@ -18,7 +18,7 @@
18 android:layout_height="128dp" 18 android:layout_height="128dp"
19 android:layout_margin="64dp" 19 android:layout_margin="64dp"
20 android:layout_gravity="center_horizontal" 20 android:layout_gravity="center_horizontal"
21 android:src="@drawable/ic_yuzu_themed" /> 21 android:src="@drawable/ic_yuzu_full" />
22 22
23 <androidx.recyclerview.widget.RecyclerView 23 <androidx.recyclerview.widget.RecyclerView
24 android:id="@+id/options_list" 24 android:id="@+id/options_list"