aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/main.xml')
-rw-r--r--main/res/layout/main.xml21
1 files changed, 2 insertions, 19 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml
index 1341821..32b1d30 100644
--- a/main/res/layout/main.xml
+++ b/main/res/layout/main.xml
@@ -17,31 +17,14 @@
android:src="@drawable/actionbar_manual"
android:onClick="goManual" />
</LinearLayout>
- <RelativeLayout android:id="@+id/status"
- android:visibility="gone"
+ <fragment android:id="@+id/status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
android:layout_marginTop="60dip"
- android:background="@drawable/helper_bcg" >
- <ImageView android:id="@+id/status_icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_margin="4dip" />
- <TextView android:id="@+id/status_message"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/status_icon"
- android:layout_centerVertical="true"
- android:gravity="center"
- android:padding="4dip"
- android:textSize="14dip"
- android:textColor="@color/text_icon" />
- </RelativeLayout>
+ android:name="cgeo.geocaching.StatusFragment" />
<!-- ** -->
<LinearLayout
android:layout_width="fill_parent"