summaryrefslogtreecommitdiffstats
path: root/picolanginstaller
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:06:08 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:19 -0800
commit19f5f6b4b454816677a53a6c51719025382ac36e (patch)
tree9373cc551002c05b2f22c7e512d8b0a350958107 /picolanginstaller
parentc0b0174e369f843841e5c7b5c33304ba11de0cf5 (diff)
downloadexternal_svox-19f5f6b4b454816677a53a6c51719025382ac36e.zip
external_svox-19f5f6b4b454816677a53a6c51719025382ac36e.tar.gz
external_svox-19f5f6b4b454816677a53a6c51719025382ac36e.tar.bz2
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'picolanginstaller')
-rwxr-xr-xpicolanginstaller/res/layout/installing.xml6
-rwxr-xr-xpicolanginstaller/res/layout/retry.xml4
-rwxr-xr-xpicolanginstaller/res/layout/uninstall.xml4
3 files changed, 7 insertions, 7 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"
diff --git a/picolanginstaller/res/layout/retry.xml b/picolanginstaller/res/layout/retry.xml
index 0fefd3f..cd159d8 100755
--- a/picolanginstaller/res/layout/retry.xml
+++ b/picolanginstaller/res/layout/retry.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:orientation="vertical" android:layout_width="match_parent"
+ android:layout_height="match_parent">
<TextView android:paddingTop="25dip" android:paddingBottom="45dip"
android:layout_width="wrap_content" android:layout_height="wrap_content"
diff --git a/picolanginstaller/res/layout/uninstall.xml b/picolanginstaller/res/layout/uninstall.xml
index bc0cd11..158580c 100755
--- a/picolanginstaller/res/layout/uninstall.xml
+++ b/picolanginstaller/res/layout/uninstall.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:orientation="vertical" android:layout_width="match_parent"
+ android:layout_height="match_parent">
<TextView android:paddingTop="25dip" android:paddingBottom="45dip"
android:layout_width="wrap_content" android:layout_height="wrap_content"