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

get that "new account" button off the account list page

This commit is contained in:
Jesse Vincent 2009-11-14 04:48:39 +00:00
parent f6b59512fe
commit 2605ee9473

View File

@ -8,12 +8,16 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
/> />
<LinearLayout
android:id="@+id/empty"
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<ScrollView <ScrollView
android:layout_marginBottom="50dip" android:layout_marginBottom="50dip"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="fill_parent"> android:layout_width="fill_parent">
<LinearLayout <LinearLayout
android:id="@+id/empty"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical"> android:orientation="vertical">
@ -47,3 +51,4 @@
/> />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</LinearLayout>