aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/welcome.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 15:23:55 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 15:23:55 +0200
commit9522dcad8ae0c4ad52c9adbf73d6784bc05449e0 (patch)
treefc7702334cc1494047f04776b61db27bd9ada1e3 /src/main/res/layout/welcome.xml
parentab9ffbfe8a84a18274ead148aff394685afbb4cd (diff)
migrated some views over to app compat text styles
Diffstat (limited to 'src/main/res/layout/welcome.xml')
-rw-r--r--src/main/res/layout/welcome.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/main/res/layout/welcome.xml b/src/main/res/layout/welcome.xml
index 2fb9667a5..e81e1f95d 100644
--- a/src/main/res/layout/welcome.xml
+++ b/src/main/res/layout/welcome.xml
@@ -31,27 +31,24 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/welcome_header"
- android:textColor="@color/black87"
- android:textSize="?attr/TextSizeHeadline"
- android:textStyle="bold" />
+ android:textAppearance="@style/TextAppearance.AppCompat.Title" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/welcome_text"
- android:textColor="@color/black87"
- android:textSize="?attr/TextSizeBody" />
+ android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
<TextView
+ android:id="@id/import_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/import_text"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"
- android:visibility="gone"
- android:id="@id/import_text" />
+ android:visibility="gone" />
<Button
android:id="@+id/import_database"