mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Improve the first page of the wizard on tablet-scale devices
This commit is contained in:
parent
d48a869361
commit
4a4c03568c
@ -11,11 +11,11 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/empty"
|
||||
android:orientation="vertical"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent">
|
||||
<ScrollView
|
||||
android:layout_marginBottom="54dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:fadingEdge="none"
|
||||
>
|
||||
@ -25,7 +25,7 @@
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/accounts_welcome"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
|
Loading…
Reference in New Issue
Block a user