summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/uninstall_progress.xml')
-rwxr-xr-xres/layout/uninstall_progress.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml
index d5fdd737..cd754057 100755
--- a/res/layout/uninstall_progress.xml
+++ b/res/layout/uninstall_progress.xml
@@ -16,13 +16,13 @@
<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:orientation="vertical"
- 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"/>
@@ -36,14 +36,14 @@
<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:layout_below="@id/center_text"
android:max="100" />
<RelativeLayout
android:id="@+id/ok_panel"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/title_background"
android:paddingTop="4dip"