diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-01-13 20:15:24 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-13 20:15:24 +0100 |
| commit | 0f66ede6fb49fb91146d74c1213420e2f82ee490 (patch) | |
| tree | 84b2d81500372fef0a273e31b26f7483be1cde4d /main/res/layout | |
| parent | 58e57c62fc1ef88ff190f71dfcbc79a3233d915e (diff) | |
| download | cgeo-0f66ede6fb49fb91146d74c1213420e2f82ee490.zip cgeo-0f66ede6fb49fb91146d74c1213420e2f82ee490.tar.gz cgeo-0f66ede6fb49fb91146d74c1213420e2f82ee490.tar.bz2 | |
fix #2393: hide initial view of the status fragment
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/main.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/status.xml | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml index 575fe1f..32b1d30 100644 --- a/main/res/layout/main.xml +++ b/main/res/layout/main.xml @@ -18,7 +18,6 @@ android:onClick="goManual" /> </LinearLayout> <fragment android:id="@+id/status" - android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" diff --git a/main/res/layout/status.xml b/main/res/layout/status.xml index 6d9aba3..01b4333 100644 --- a/main/res/layout/status.xml +++ b/main/res/layout/status.xml @@ -3,7 +3,8 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/status" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="@drawable/helper_bcg" > + android:background="@drawable/helper_bcg" + android:visibility="invisible"> <ImageView android:id="@+id/status_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" |
