0b0449bae5e2d2c6c255eca51eae1d81b4921448
[android6bed4] / res / layout / user_interface.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent" >
5     
6     <TextView xmlns:tools="http://schemas.android.com/tools"
7         android:layout_width="wrap_content"
8         android:layout_height="wrap_content"
9         android:layout_centerHorizontal="true"
10         android:layout_centerVertical="true"
11         android:text="@string/welcome_6bed4"
12         tools:context=".Android6bed4" />
13
14     <ProgressBar
15         android:id="@+id/progress_bar"
16         style="?android:attr/progressBarStyleHorizontal"
17         android:layout_width="wrap_content"
18         android:layout_height="wrap_content"
19         android:layout_alignParentLeft="true"
20         android:layout_alignParentRight="true" />    
21
22 </RelativeLayout>