Statistics
| Branch: | Revision:

root / res / layout / contactrackspace.xml @ 157f0be5

History | View | Annotate | Download (1.8 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
        android:layout_width="fill_parent" android:layout_height="fill_parent"
4
        android:orientation="vertical">
5
        <TextView android:layout_width="wrap_content"
6
                android:layout_height="wrap_content" android:layout_marginLeft="22dip"
7
                android:layout_marginTop="10dip" android:text="Contact US Support"></TextView>
8
        <Button android:layout_height="wrap_content"
9
                android:layout_marginLeft="22dip" android:layout_marginRight="30dip"
10
                android:id="@+id/contact_us_button" android:text="@string/contact_us"
11
                android:drawableLeft="@drawable/usflag" android:gravity="center_vertical|center_horizontal"
12
                android:layout_width="fill_parent" android:layout_marginTop="2dip"></Button>
13
        <TextView android:layout_width="wrap_content"
14
                android:layout_height="wrap_content" android:layout_marginLeft="22dip"
15
                android:layout_marginTop="10dip" android:text="Contact UK Support"></TextView>
16
        <Button android:layout_height="wrap_content"
17
                android:layout_marginLeft="22dip" android:layout_marginRight="30dip"
18
                android:id="@+id/contact_uk_button" android:text="@string/contact_uk"
19
                android:drawableLeft="@drawable/ukflag" android:layout_width="fill_parent"
20
                android:layout_marginTop="2dip"></Button>
21
        <TextView android:layout_width="wrap_content"
22
                android:layout_height="wrap_content" android:layout_marginLeft="22dip"
23
                android:layout_marginTop="10dip" android:text="Rackspace on Twitter"></TextView>
24
        <Button android:layout_height="wrap_content"
25
                android:layout_marginLeft="22dip" android:layout_marginRight="30dip"
26
                android:id="@+id/contact_twitter_button" android:drawableLeft="@drawable/twittericon"
27
                android:text="Rackspace on Twitter" android:layout_width="fill_parent"
28
                android:layout_marginTop="2dip"></Button>
29
</LinearLayout>