diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-11 09:40:09 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-11 09:40:09 +0000 |
commit | 441458b8b2ddae573bc5b473b46765c33e6feb56 (patch) | |
tree | a3898e089223d04385485e0dd86dbb7d6ba1352d /app/src/main/res/xml/main_preferences.xml | |
parent | bbfcce2e90d6d85342dfb9ec4f8d537d77f00b7e (diff) | |
download | infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.gz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.bz2 infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.lz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.xz infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.tar.zst infinity-for-reddit-441458b8b2ddae573bc5b473b46765c33e6feb56.zip |
Fix comment more button not visible.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |