android: Use different colors for logo in options menu
Reverting to the official logo colors
This commit is contained in:
parent
9673974f73
commit
a82f8fe1c1
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue