Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 Kevin 1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
5
    android:orientation="vertical" >
6
 
7
 
8
        android:id="@+id/statusLayout"
9
        android:layout_width="match_parent"
10
        android:layout_height="wrap_content" >
11
12
 
13
 
14
 
15
            android:layout_height="wrap_content"
16
            android:layout_weight="1"
17
            android:text="Status Text"
18
            android:textAppearance="?android:attr/textAppearanceSmall" />
19
20
        <ProgressBar
21
            android:id="@+id/progressBar"
22
 
23
 
24
            android:layout_height="wrap_content" />
25
26
    </LinearLayout>
27
28
    <com.viewpagerindicator.TitlePageIndicator
29
 
30
        android:layout_width="fill_parent"
31
 
32
    <android.support.v4.view.ViewPager
33
        android:id="@+id/viewpager"
34
        android:layout_width="fill_parent"
35
        android:layout_height="wrap_content"
36
        android:layout_weight="1" />
37
38
</LinearLayout>