diff options
Diffstat (limited to 'app/src/main/res/drawable/arrow_drop_up.xml')
-rw-r--r-- | app/src/main/res/drawable/arrow_drop_up.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/arrow_drop_up.xml b/app/src/main/res/drawable/arrow_drop_up.xml new file mode 100644 index 0000000..119a094 --- /dev/null +++ b/app/src/main/res/drawable/arrow_drop_up.xml @@ -0,0 +1,5 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> + + <path android:fillColor="@android:color/white" android:pathData="M8.71,12.29L11.3,9.7c0.39,-0.39 1.02,-0.39 1.41,0l2.59,2.59c0.63,0.63 0.18,1.71 -0.71,1.71H9.41c-0.89,0 -1.33,-1.08 -0.7,-1.71z"/> + +</vector> |