summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/ic_code.xml
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-13 15:11:55 +0100
committerGitHub <noreply@github.com>2023-11-13 15:11:55 +0100
commitb6fe8a0b3f0fb9840ea65efb6cd8a592100a0043 (patch)
tree52c90ba296de5eff70b63fca0447117d8bb697f2 /src/android/app/src/main/res/drawable/ic_code.xml
parentMerge pull request #11980 from german77/moment (diff)
parentandroid: Use the same transition animation between every fragment in settings (diff)
downloadyuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar.gz
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar.bz2
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar.lz
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar.xz
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.tar.zst
yuzu-b6fe8a0b3f0fb9840ea65efb6cd8a592100a0043.zip
Diffstat (limited to 'src/android/app/src/main/res/drawable/ic_code.xml')
-rw-r--r--src/android/app/src/main/res/drawable/ic_code.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/drawable/ic_code.xml b/src/android/app/src/main/res/drawable/ic_code.xml
new file mode 100644
index 000000000..26f83b39b
--- /dev/null
+++ b/src/android/app/src/main/res/drawable/ic_code.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:fillColor="?attr/colorControlNormal"
+ android:pathData="M320,720 L80,480l240,-240 57,57 -184,184 183,183 -56,56ZM640,720 L583,663 767,479 584,296 640,240 880,480 640,720Z"/>
+</vector>