diff options
author | Parménides GV <parmegv@sdf.org> | 2013-07-09 17:35:59 +0200 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-11-15 23:14:47 +0100 |
commit | ea05c4bc15c8b1e96782706340412160364ebdc9 (patch) | |
tree | d5cadfd0a2c5ee413c3465ba98d84abfabfe963f /res/layout/client_dashboard.xml | |
parent | 60e56246f95adca94e9dce02e193e5217e372d5a (diff) |
Dashboard progressbar lives below the status line.
I've renamed configuration wizard progressbar, because both had the same
name and that provoked a conflict.
Diffstat (limited to 'res/layout/client_dashboard.xml')
-rw-r--r-- | res/layout/client_dashboard.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 9f05cfbc..21008b45 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -11,7 +11,7 @@ android:layout_width="match_parent" android:layout_height="40dp" android:background="?android:attr/selectableItemBackground" > - + <LinearLayout android:id="@+id/providerLabelWrapper" android:layout_width="wrap_content" @@ -65,6 +65,16 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="0.11" - android:orientation="vertical" /> + android:orientation="vertical" > + + <ProgressBar + android:id="@+id/progressbar_dashboard" + style="?android:attr/progressBarStyleHorizontal" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:gravity="center" + android:visibility="gone" /> + + </LinearLayout> </LinearLayout>
\ No newline at end of file |