aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_clear_history.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-14 23:41:43 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-14 23:41:43 +0200
commit62111a544d3044e2f3597e2251f1b4d77072369b (patch)
tree38a1515cf732c1654774a8a05d2fb62f8a63592f /src/main/res/layout/dialog_clear_history.xml
parentafa331e3f88f559e0e31af5f26108d48592ed0a4 (diff)
refactored handling of endConversation
Diffstat (limited to 'src/main/res/layout/dialog_clear_history.xml')
-rw-r--r--src/main/res/layout/dialog_clear_history.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/dialog_clear_history.xml b/src/main/res/layout/dialog_clear_history.xml
index 252808c84..3d738e8a1 100644
--- a/src/main/res/layout/dialog_clear_history.xml
+++ b/src/main/res/layout/dialog_clear_history.xml
@@ -16,6 +16,7 @@
android:id="@+id/end_conversation_checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/also_end_conversation" />
+ android:text="@string/also_end_conversation"
+ android:visibility="gone" />
</LinearLayout> \ No newline at end of file