summaryrefslogtreecommitdiff
path: root/res/layout/configuration_wizard_activity.xml
blob: b80294ba5aa7a9b0e8b24c3257d2f6ca5b4ad963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/configuration_wizard_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".ConfigurationWizard" >

    <ProgressBar
        android:id="@+id/progressbar_configuration_wizard"
        style="?android:attr/progressBarStyleHorizontal"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:max="3" />

</RelativeLayout>