aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/welcome.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/welcome.xml
parentbcc69353e16dac911de23505b1c37bea2d3bdb80 (diff)
made all text styleable
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/welcome.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/welcome.xml b/src/main/res/layout/welcome.xml
index ff99efdde..77615718b 100644
--- a/src/main/res/layout/welcome.xml
+++ b/src/main/res/layout/welcome.xml
@@ -38,14 +38,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/welcome_header"
- android:textAppearance="@style/TextAppearance.AppCompat.Title" />
+ android:textAppearance="@style/TextAppearance.Conversations.Title" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/welcome_text"
- android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
+ android:textAppearance="@style/TextAppearance.Conversations.Body1" />
<TextView
android:id="@id/import_text"