diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-16 13:20:45 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-22 12:36:39 +0200 |
commit | 8862197a0a138f942e9c76a29aaf189f4c5141b4 (patch) | |
tree | e1528deb4309f1e4d97ac89482f72afd1c678fc0 /app/src/main/res | |
parent | 90c28f492b800b706c1d6f14482baf3e75c4be7e (diff) |
Remove progress bar.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/eip_service_fragment.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/app/src/main/res/layout/eip_service_fragment.xml b/app/src/main/res/layout/eip_service_fragment.xml index 669abef0..fea0093e 100644 --- a/app/src/main/res/layout/eip_service_fragment.xml +++ b/app/src/main/res/layout/eip_service_fragment.xml @@ -15,23 +15,12 @@ android:text="@string/eip_service_label" android:textAppearance="?android:attr/textAppearanceMedium" /> - <ProgressBar - android:id="@+id/eipProgress" - android:layout_width="match_parent" - android:layout_height="wrap_content" - style="@android:style/Widget.Holo.ProgressBar.Horizontal" - android:indeterminate="true" - android:visibility="gone" - android:layout_below="@id/eipLabel" - android:layout_marginLeft="15dp" - android:layout_marginRight="15dp" /> - <TextView android:id="@+id/status_message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" - android:layout_below="@id/eipProgress" + android:layout_below="@id/eipLabel" android:layout_centerVertical="true" android:paddingTop="5dp" android:paddingBottom="10dp" |