mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -05:00
get that "new account" button off the account list page
This commit is contained in:
parent
f6b59512fe
commit
2605ee9473
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user