aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/drawable-night/ic_data_saving_mode_24dp.xml9
-rw-r--r--app/src/main/res/drawable/ic_data_saving_mode_24dp.xml (renamed from app/src/main/res/drawable/ic_data_saving_mode_black_24dp.xml)0
-rw-r--r--app/src/main/res/xml/main_preferences.xml2
3 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/drawable-night/ic_data_saving_mode_24dp.xml b/app/src/main/res/drawable-night/ic_data_saving_mode_24dp.xml
new file mode 100644
index 00000000..49d83ff8
--- /dev/null
+++ b/app/src/main/res/drawable-night/ic_data_saving_mode_24dp.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M11.8,10.9c-2.27,-0.59 -3,-1.2 -3,-2.15 0,-1.09 1.01,-1.85 2.7,-1.85 1.78,0 2.44,0.85 2.5,2.1h2.21c-0.07,-1.72 -1.12,-3.3 -3.21,-3.81V3h-3v2.16c-1.94,0.42 -3.5,1.68 -3.5,3.61 0,2.31 1.91,3.46 4.7,4.13 2.5,0.6 3,1.48 3,2.41 0,0.69 -0.49,1.79 -2.7,1.79 -2.06,0 -2.87,-0.92 -2.98,-2.1h-2.2c0.12,2.19 1.76,3.42 3.68,3.83V21h3v-2.15c1.95,-0.37 3.5,-1.5 3.5,-3.55 0,-2.84 -2.43,-3.81 -4.7,-4.4z"
+ android:fillColor="#FFFFFF"/>
+</vector>
diff --git a/app/src/main/res/drawable/ic_data_saving_mode_black_24dp.xml b/app/src/main/res/drawable/ic_data_saving_mode_24dp.xml
index 89f69eca..89f69eca 100644
--- a/app/src/main/res/drawable/ic_data_saving_mode_black_24dp.xml
+++ b/app/src/main/res/drawable/ic_data_saving_mode_24dp.xml
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index f318d83d..9a560383 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -50,7 +50,7 @@
<Preference
app:key="security"
app:title="@string/settings_data_saving_mode"
- app:icon="@drawable/ic_data_saving_mode_black_24dp"
+ app:icon="@drawable/ic_data_saving_mode_24dp"
app:fragment="ml.docilealligator.infinityforreddit.Settings.DataSavingModePreferenceFragment" />
<Preference