aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/res/layout/main.xml1
-rw-r--r--main/res/layout/status.xml3
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"