Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (1.8 kB)

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