diff options
author | Amith Yamasani <yamasani@google.com> | 2011-05-26 13:08:25 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-05-26 15:20:14 -0700 |
commit | 405c1af75607fafdb1d6faf34e13e032e4934787 (patch) | |
tree | 4be466a5999293f56beb9d97323eefd189c12d85 /tests/BiDiTests/res/layout | |
parent | 1b9b34adf704c2c059ca439ace0c0b67c8c272f3 (diff) | |
download | frameworks_base-405c1af75607fafdb1d6faf34e13e032e4934787.zip frameworks_base-405c1af75607fafdb1d6faf34e13e032e4934787.tar.gz frameworks_base-405c1af75607fafdb1d6faf34e13e032e4934787.tar.bz2 |
Manual merge. Preference activity changes to work on smaller tablet screens and phones.
Padding around fragments and to the left of preference items
adjusted for different display sizes.
Change-Id: I2d29e5525c381092a3f1d2fb1265ce07db893d78
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r-- | tests/BiDiTests/res/layout/canvas.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BiDiTests/res/layout/canvas.xml b/tests/BiDiTests/res/layout/canvas.xml index 371cc23..77007af 100644 --- a/tests/BiDiTests/res/layout/canvas.xml +++ b/tests/BiDiTests/res/layout/canvas.xml @@ -31,4 +31,4 @@ android:background="#FF0000" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |