diff options
author | zkwip | 2015-06-10 22:42:38 +0200 |
---|---|---|
committer | zkwip | 2015-06-10 22:42:53 +0200 |
commit | 04be845546694f82db14c867b9175312870287d6 (patch) | |
tree | fbc1892b1c7ca8234d19c2e6b3ce38916a903206 /app/src/main/res/layout | |
parent | Fixed feed titles not being stored (diff) |
A warm welcome - walkthrough
mooi hè?
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/walkthrough_single_view.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/walkthrough_single_view.xml b/app/src/main/res/layout/walkthrough_single_view.xml index d1219eb..a9e98a2 100644 --- a/app/src/main/res/layout/walkthrough_single_view.xml +++ b/app/src/main/res/layout/walkthrough_single_view.xml @@ -30,8 +30,10 @@ <TextView android:id="@+id/text_view" - android:textAlignment="center" + android:textAlignment="gravity" android:layout_width="wrap_content" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:textSize="@dimen/abc_text_size_large_material" + android:padding="@dimen/activity_horizontal_margin"/> </LinearLayout> |