aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-05-29 20:03:00 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-05-30 00:36:14 +0200
commit67da8b62ff0f414eb5dbde10fddb78a9ae4c208e (patch)
tree6b3faa3f6f7b462b66b78746be5a76c665c75a1d /main/res/layout
parentd900291f83928f8929608eaa3b4d87faff258458 (diff)
downloadcgeo-67da8b62ff0f414eb5dbde10fddb78a9ae4c208e.zip
cgeo-67da8b62ff0f414eb5dbde10fddb78a9ae4c208e.tar.gz
cgeo-67da8b62ff0f414eb5dbde10fddb78a9ae4c208e.tar.bz2
Get message from the notification server
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/main.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml
index 2f0b1d8..eedcc8a 100644
--- a/main/res/layout/main.xml
+++ b/main/res/layout/main.xml
@@ -17,6 +17,32 @@
android:src="@drawable/actionbar_manual"
android:onClick="goManual" />
</LinearLayout>
+ <RelativeLayout android:id="@+id/status"
+ android:visibility="gone"
+ 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="wrap_content"
+ 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>
+<!-- ** -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"