aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_clear_history.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
commitad839a1ddaea72f766be80266ae5b6d4fa7cae7f (patch)
tree9e11f0d427f83a595f866200ffaa6dff62523172 /src/main/res/layout/dialog_clear_history.xml
parentbcc69353e16dac911de23505b1c37bea2d3bdb80 (diff)
made all text styleable
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/dialog_clear_history.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/dialog_clear_history.xml b/src/main/res/layout/dialog_clear_history.xml
index d9e7363ed..7c3ebfcbc 100644
--- a/src/main/res/layout/dialog_clear_history.xml
+++ b/src/main/res/layout/dialog_clear_history.xml
@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="@string/clear_histor_msg"
- android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
+ android:textAppearance="@style/TextAppearance.Conversations.Body1" />
<CheckBox
android:id="@+id/end_conversation_checkbox"