summaryrefslogtreecommitdiffstats
path: root/picolanginstaller/res/layout/installing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'picolanginstaller/res/layout/installing.xml')
-rwxr-xr-xpicolanginstaller/res/layout/installing.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/picolanginstaller/res/layout/installing.xml b/picolanginstaller/res/layout/installing.xml
index 117c333..a60b680 100755
--- a/picolanginstaller/res/layout/installing.xml
+++ b/picolanginstaller/res/layout/installing.xml
@@ -2,14 +2,14 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/root" android:layout_width="fill_parent"
+ android:id="@+id/root" android:layout_width="match_parent"
android:background="#ff000000"
- android:layout_height="fill_parent">
+ android:layout_height="match_parent">
<LinearLayout android:id="@+id/progress_indicator"
android:orientation="vertical"
android:layout_centerInParent="true"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:paddingTop="5dip"