aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-04 08:10:25 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-04 08:10:25 +0000
commitd6dd171ac43db9e3674149f75e05c35f52e18cb2 (patch)
tree09a15404772451b96f9fdf4de51363b2d20899da /app/src/main/res/xml
parent9690c5eeaca4bf1317af2c792c48ee859060eefe (diff)
downloadinfinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar.gz
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar.bz2
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar.lz
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar.xz
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.tar.zst
infinity-for-reddit-d6dd171ac43db9e3674149f75e05c35f52e18cb2.zip
Editing multireddits is now available.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/interface_preference.xml3
-rw-r--r--app/src/main/res/xml/searchable.xml6
2 files changed, 2 insertions, 7 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml
index 0ddedb98..c23b977d 100644
--- a/app/src/main/res/xml/interface_preference.xml
+++ b/app/src/main/res/xml/interface_preference.xml
@@ -16,7 +16,8 @@
<SwitchPreference
app:defaultValue="false"
app:key="bottom_app_bar"
- app:title="@string/settings_enable_bottom_app_bar_title" />
+ app:title="@string/settings_enable_bottom_app_bar_title"
+ app:summary="@string/settings_enable_bottom_app_bar_summary" />
<SwitchPreference
app:defaultValue="false"
diff --git a/app/src/main/res/xml/searchable.xml b/app/src/main/res/xml/searchable.xml
deleted file mode 100644
index 4512198f..00000000
--- a/app/src/main/res/xml/searchable.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<searchable xmlns:android="http://schemas.android.com/apk/res/android"
- android:value="@string/app_label"
- android:hint="@string/search_hint"
- android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >
-</searchable> \ No newline at end of file