update ui layout
[freespace.git] / res / layout / main.xml
blob05d8289d7d7a612c3c98e82dc17a5d2ae2203ede
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:orientation="vertical" android:layout_width="fill_parent"
4         android:layout_height="fill_parent">
5         <LinearLayout android:layout_width="fill_parent"
6                 android:layout_height="fill_parent" android:orientation="vertical"
7                 android:gravity="center" android:layout_gravity="center">
8                 <!-- <RelativeLayout android:layout_width="299px"
9                         android:layout_height="116px">
10                         <ImageView android:layout_width="wrap_content"
11                                 android:layout_height="wrap_content" android:src="@drawable/logo_font"
12                                 android:layout_alignParentLeft="true"
13                                 android:layout_alignParentBottom="true" />
14                         <ImageView android:layout_width="111px"
15                                 android:layout_height="82px" android:id="@+id/logo_bo"
16                                 android:layout_alignParentRight="true"
17                                 android:layout_alignParentTop="true" />
18                 </RelativeLayout> -->
19                 <ImageView android:layout_width="wrap_content"
20                                 android:layout_height="wrap_content" android:src="@drawable/twitter_bird"
21                                 />
22                 <Button android:layout_height="wrap_content" android:text="@string/gogo"
23                         android:layout_marginTop="20px" android:layout_width="wrap_content"
24                         style="@style/onscreenButton" android:id="@+id/getAccessToken" android:visibility="invisible"/>
25         </LinearLayout>
27 </LinearLayout>