aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/drawable
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-13 00:40:40 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-13 00:40:40 -0600
commit430e643ec7aefd7a2bb51bc4d6dfa6c71cac42cd (patch)
treec55d168a42011cf18a94540ad2bba646c22e5474 /androidApp/src/main/res/drawable
parent2bdf011e61db6899a3a44a5357a0100b045767f9 (diff)
downloadetbsa-trackermap-mobile-430e643ec7aefd7a2bb51bc4d6dfa6c71cac42cd.tar.gz
etbsa-trackermap-mobile-430e643ec7aefd7a2bb51bc4d6dfa6c71cac42cd.tar.bz2
etbsa-trackermap-mobile-430e643ec7aefd7a2bb51bc4d6dfa6c71cac42cd.zip
Finished and redesigned UserInformationActivity and added About section
Diffstat (limited to 'androidApp/src/main/res/drawable')
-rw-r--r--androidApp/src/main/res/drawable/icon_back.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/icon_back.xml b/androidApp/src/main/res/drawable/icon_back.xml
new file mode 100644
index 0000000..2a31b2e
--- /dev/null
+++ b/androidApp/src/main/res/drawable/icon_back.xml
@@ -0,0 +1,11 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?attr/colorControlNormal"
+ android:autoMirrored="true">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
+</vector>