summaryrefslogtreecommitdiffstats
path: root/res/layout-land/workspace_screen.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:07:00 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:52 -0800
commit8f19cdd62f6e2be05e3890916eabd11317ae1bc2 (patch)
treec46060e1f7e6cefeff2ef05df3a2d83819edb37a /res/layout-land/workspace_screen.xml
parent677298ac895933c4276a84466684418fa3bec2ba (diff)
downloadpackages_apps_trebuchet-8f19cdd62f6e2be05e3890916eabd11317ae1bc2.tar.gz
packages_apps_trebuchet-8f19cdd62f6e2be05e3890916eabd11317ae1bc2.tar.bz2
packages_apps_trebuchet-8f19cdd62f6e2be05e3890916eabd11317ae1bc2.zip
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout-land/workspace_screen.xml')
-rw-r--r--res/layout-land/workspace_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/workspace_screen.xml b/res/layout-land/workspace_screen.xml
index 531bac24..299478e5 100644
--- a/res/layout-land/workspace_screen.xml
+++ b/res/layout-land/workspace_screen.xml
@@ -18,8 +18,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher2"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
launcher:cellWidth="@dimen/workspace_cell_width"
launcher:cellHeight="@dimen/workspace_cell_height"