summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-11-07 08:07:45 +0100
committerstom79 <tschneider.ac@gmail.com>2018-11-07 08:07:45 +0100
commit4d9295b42b910ce8a8a37c686d7fb8eabdeea881 (patch)
treefe41a0dbd8c38df2b275da417adabe8f9fb60f50 /app/src/main/res/layout-sw600dp/fragment_settings.xml
parentc6d10fcf0e8da68a4db3853745d48eee3a0ce92c (diff)
Add the function in settings
Diffstat (limited to 'app/src/main/res/layout-sw600dp/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout-sw600dp/fragment_settings.xml b/app/src/main/res/layout-sw600dp/fragment_settings.xml
index cbca6b6a8..b604c6f69 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -166,6 +166,13 @@
android:layout_width="wrap_content"
android:text="@string/set_display_emoji"
android:layout_height="wrap_content" />
+
+
+ <CheckBox
+ android:id="@+id/set_display_card"
+ android:layout_width="wrap_content"
+ android:text="@string/set_display_card"
+ android:layout_height="wrap_content" />
<!-- Resize pictures -->
<LinearLayout
android:layout_marginTop="10dp"