summaryrefslogtreecommitdiffstats
path: root/res/layout/alert_activity.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:06:46 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:42 -0800
commitdf279e3f9d5b0f189f812c52aca78d18178e4445 (patch)
treebe43a90da25e58b79771ea0775afac7de7eb959c /res/layout/alert_activity.xml
parente337f44c8410a3d1041f660531c59ea8fc7b8878 (diff)
downloadandroid_packages_apps_Calendar-df279e3f9d5b0f189f812c52aca78d18178e4445.tar.gz
android_packages_apps_Calendar-df279e3f9d5b0f189f812c52aca78d18178e4445.tar.bz2
android_packages_apps_Calendar-df279e3f9d5b0f189f812c52aca78d18178e4445.zip
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/alert_activity.xml')
-rw-r--r--res/layout/alert_activity.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/alert_activity.xml b/res/layout/alert_activity.xml
index 31d6cde4..5fd160a5 100644
--- a/res/layout/alert_activity.xml
+++ b/res/layout/alert_activity.xml
@@ -16,17 +16,17 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ListView android:id="@+id/alert_container"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"/>
<LinearLayout
android:orientation="horizontal"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@android:style/ButtonBar">