summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-04-04 20:40:55 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-04-04 20:40:55 -0700
commit7d6511ba8aabe3f413807aef1cb624149a325b6d (patch)
treeed4244aa2e16d08d7c67b7aadcd484e3e44767b3
parent81fc854036b2dad54e304d027e80722ab4c2f554 (diff)
Use better icon for default mode
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
-rw-r--r--app/src/main/res/drawable/ic_baseline_undo_24.xml11
-rw-r--r--app/src/main/res/xml/main.xml2
2 files changed, 1 insertions, 12 deletions
diff --git a/app/src/main/res/drawable/ic_baseline_undo_24.xml b/app/src/main/res/drawable/ic_baseline_undo_24.xml
deleted file mode 100644
index 4ce4108..0000000
--- a/app/src/main/res/drawable/ic_baseline_undo_24.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<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="M12.5,8c-2.65,0 -5.05,0.99 -6.9,2.6L2,7v9h9l-3.62,-3.62c1.39,-1.16 3.16,-1.88 5.12,-1.88 3.54,0 6.55,2.31 7.6,5.5l2.37,-0.78C21.08,11.03 17.15,8 12.5,8z"/>
-</vector>
diff --git a/app/src/main/res/xml/main.xml b/app/src/main/res/xml/main.xml
index 26859ba..acdb370 100644
--- a/app/src/main/res/xml/main.xml
+++ b/app/src/main/res/xml/main.xml
@@ -6,7 +6,7 @@
android:title="@string/pref_profile_title_default"
android:summary="@string/pref_profile_summary_default"
android:key="@string/pref_profile_key_default"
- android:icon="@drawable/ic_baseline_undo_24" />
+ android:icon="@drawable/ic_baseline_api_24" />
<Preference
android:title="@string/pref_profile_title_light"
android:summary="@string/pref_profile_summary_light"