diff options
author | Parménides GV <parmegv@sdf.org> | 2013-08-27 17:32:31 +0200 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-11-15 23:25:15 +0100 |
commit | 4c1752f5510c53496daa877bcc097eadbf23de4c (patch) | |
tree | 4e0cc9af15f05cdc45fa7d4d362ce3a88bad1d8f /res/layout | |
parent | e4adb1e21f59c07e13ebb8de5dd16943a2b4430f (diff) |
Only one progressbar in Dashboard.
I've removed @id/progress_bar from Dashboard, and for login and logout
I'm using the one from the eip fragment.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/client_dashboard.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 21008b45..16e152be 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -66,15 +66,6 @@ android:layout_height="0dp" android:layout_weight="0.11" 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 |