summaryrefslogtreecommitdiffstats
path: root/res/layout/op_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/op_progress.xml')
-rwxr-xr-xres/layout/op_progress.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/op_progress.xml b/res/layout/op_progress.xml
index aaab8686..03fcaf69 100755
--- a/res/layout/op_progress.xml
+++ b/res/layout/op_progress.xml
@@ -16,18 +16,18 @@
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:fillViewport="true">
<RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<include
layout="@layout/app_details"
android:id="@+id/app_snippet"/>
<TextView
android:id="@+id/center_text"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
@@ -37,7 +37,7 @@
<ProgressBar
android:id="@+id/progress_bar"
style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="24dip"
android:paddingLeft="16dip"
@@ -48,7 +48,7 @@
<LinearLayout
android:id="@+id/buttons_panel"
android:background="@color/title_background"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal">