summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKasun <k-a-s-u-n@tuta.io>2019-05-24 22:47:44 +0530
committerKasun <k-a-s-u-n@tuta.io>2019-05-24 22:47:44 +0530
commit0d4989ecbf105bad54af23ff2d12edf3904ba4bc (patch)
tree971ae5de8dec208b6a701cddcdf1136772c07e01 /app/src/main/res/layout
parentd80fc504e07024ae17a2dd23377862a04a910c11 (diff)
add option to toggle bot icon
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index eaf864c73..b7d00cf56 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -257,6 +257,15 @@
android:text="@string/set_display_bookmark_button"
android:layout_height="wrap_content" />
+ <!-- DISPLAY BOT ICON -->
+ <CheckBox
+ android:id="@+id/set_display_bot_icon"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
+ android:text="@string/set_display_bot_icon"
+ android:layout_height="wrap_content" />
+
<!-- FIT PREVIEWS -->
<CheckBox
android:id="@+id/set_fit_preview"