瀏覽代碼

android: Use different colors for logo in options menu

Reverting to the official logo colors
Charles Lombardo 3 年之前
父節點
當前提交
a82f8fe1c1

+ 2 - 2
src/android/app/src/main/res/drawable/ic_yuzu_themed.xml → src/android/app/src/main/res/drawable/ic_yuzu_full.xml

@@ -6,13 +6,13 @@
     <group>
         <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" />
         <path
-            android:fillColor="?attr/colorPrimary"
+            android:fillColor="#FF3C28"
             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" />
     </group>
     <group>
         <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" />
         <path
-            android:fillColor="?attr/colorPrimary"
+            android:fillColor="#0AB9E6"
             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" />
     </group>
 </vector>

+ 1 - 1
src/android/app/src/main/res/layout/fragment_options.xml

@@ -18,7 +18,7 @@
             android:layout_height="128dp"
             android:layout_margin="64dp"
             android:layout_gravity="center_horizontal"
-            android:src="@drawable/ic_yuzu_themed" />
+            android:src="@drawable/ic_yuzu_full" />
 
         <androidx.recyclerview.widget.RecyclerView
             android:id="@+id/options_list"