Copy pasta (#566)
This commit is contained in:
parent
4bb42424e1
commit
47c846ca39
92 changed files with 1778 additions and 548 deletions
16
app/src/main/res/drawable-anydpi-v24/ic_dpad_right.xml
Normal file
16
app/src/main/res/drawable-anydpi-v24/ic_dpad_right.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="#FFFFFF"
|
||||
android:autoMirrored="true">
|
||||
<group android:scaleX="2.208"
|
||||
android:scaleY="2.208"
|
||||
android:translateX="-15.6"
|
||||
android:translateY="-14.496">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M10,17l5,-5 -5,-5v10z"/>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue