1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Improve the first page of the wizard on tablet-scale devices

This commit is contained in:
Jesse Vincent 2010-12-13 00:17:35 +00:00
parent d48a869361
commit 4a4c03568c

View File

@ -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"