aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/drawable/icon_down.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-04-11 00:55:26 -0500
committerIván Ávalos <avalos@disroot.org>2022-04-11 00:55:26 -0500
commit546738888395565ac2d5fe2cfb941ecdd0c1df45 (patch)
tree7f9646939b65dfbb97f0724c66d7a81e9bd5a23a /androidApp/src/main/res/drawable/icon_down.xml
parenta6a95167dbfe48fa0c5d6b61219309d346142979 (diff)
downloadetbsa-trackermap-mobile-546738888395565ac2d5fe2cfb941ecdd0c1df45.tar.gz
etbsa-trackermap-mobile-546738888395565ac2d5fe2cfb941ecdd0c1df45.tar.bz2
etbsa-trackermap-mobile-546738888395565ac2d5fe2cfb941ecdd0c1df45.zip
- [shared] Added DateUtils 'expect' class for platform-specific date format.
- [android] Redesigned reports view, now supports custom reports! - [ios] Not rewritten yet, it won't build!
Diffstat (limited to 'androidApp/src/main/res/drawable/icon_down.xml')
-rw-r--r--androidApp/src/main/res/drawable/icon_down.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/icon_down.xml b/androidApp/src/main/res/drawable/icon_down.xml
new file mode 100644
index 0000000..884bee1
--- /dev/null
+++ b/androidApp/src/main/res/drawable/icon_down.xml
@@ -0,0 +1,10 @@
+<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">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
+</vector>