Statistics
| Branch: | Revision:

root / res / layout / noserverscell.xml @ 37a14877

History | View | Annotate | Download (938 Bytes)

1 35e7942d Michael Mayo
<?xml version="1.0" encoding="utf-8"?>
2 35e7942d Michael Mayo
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
3 35e7942d Michael Mayo
    android:orientation="vertical"
4 35e7942d Michael Mayo
    android:layout_width="fill_parent"
5 35e7942d Michael Mayo
    android:layout_height="264dip"
6 35e7942d Michael Mayo
    >
7 35e7942d Michael Mayo
    
8 35e7942d Michael Mayo
    <TextView android:id="@+id/no_servers_label"
9 35e7942d Michael Mayo
        android:layout_width="fill_parent"
10 35e7942d Michael Mayo
        android:layout_height="wrap_content"
11 35e7942d Michael Mayo
        android:layout_marginTop="125px"
12 35e7942d Michael Mayo
        android:textColor="#FFFFFF"
13 35e7942d Michael Mayo
        android:text="No Servers"
14 35e7942d Michael Mayo
        android:gravity="center"
15 35e7942d Michael Mayo
        
16 35e7942d Michael Mayo
        android:textSize="24sp" />
17 35e7942d Michael Mayo
18 35e7942d Michael Mayo
    <TextView android:id="@+id/no_servers_sublabel"
19 35e7942d Michael Mayo
        android:layout_width="fill_parent"
20 35e7942d Michael Mayo
        android:layout_height="wrap_content"
21 35e7942d Michael Mayo
        android:layout_marginTop="10px"
22 35e7942d Michael Mayo
        android:textColor="#FFFFFF"
23 35e7942d Michael Mayo
        android:text="Press the Menu button to create a Cloud Server"
24 35e7942d Michael Mayo
        android:gravity="center"
25 35e7942d Michael Mayo
        android:textSize="12sp" />
26 35e7942d Michael Mayo
        
27 35e7942d Michael Mayo
</LinearLayout>