diff options
author | Winson Chung <winsonc@google.com> | 2010-10-20 17:49:27 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-10-20 18:39:54 -0700 |
commit | df4b83dd9d6380ab963c62d1f9d1312efc87cb0f (patch) | |
tree | e8fd6a182f7af67fc7779207b4e2fed696f56ce5 /res/layout-xlarge-land | |
parent | bae3d061cc16ad005302b5eec404c4c0bc3a7421 (diff) | |
download | packages_apps_trebuchet-df4b83dd9d6380ab963c62d1f9d1312efc87cb0f.zip packages_apps_trebuchet-df4b83dd9d6380ab963c62d1f9d1312efc87cb0f.tar.gz packages_apps_trebuchet-df4b83dd9d6380ab963c62d1f9d1312efc87cb0f.tar.bz2 |
More spacing changes for AllApps.
- Also testing a simple scale of existing icons in lieu of high res icons.
Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
Diffstat (limited to 'res/layout-xlarge-land')
-rw-r--r-- | res/layout-xlarge-land/all_apps_tabbed.xml | 16 | ||||
-rw-r--r-- | res/layout-xlarge-land/launcher.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/res/layout-xlarge-land/all_apps_tabbed.xml b/res/layout-xlarge-land/all_apps_tabbed.xml index 3a07b95..fd9d9cb 100644 --- a/res/layout-xlarge-land/all_apps_tabbed.xml +++ b/res/layout-xlarge-land/all_apps_tabbed.xml @@ -15,8 +15,7 @@ --> <com.android.launcher2.AllAppsTabbed xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - android:paddingTop="?android:attr/actionBarSize"> + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" @@ -26,8 +25,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:tabStripEnabled="false" - android:paddingBottom="10dp" /> + android:tabStripEnabled="false" /> <FrameLayout android:id="@android:id/tabcontent" android:layout_width="match_parent" @@ -37,11 +35,13 @@ android:layout_width="match_parent" android:layout_height="match_parent" launcher:cellCountX="7" - launcher:cellCountY="4" - launcher:pageLayoutPaddingTop="10dp" + launcher:cellCountY="5" + launcher:pageLayoutWidthGap="36dp" + launcher:pageLayoutHeightGap="6dp" + launcher:pageLayoutPaddingTop="0dp" launcher:pageLayoutPaddingBottom="15dp" - launcher:pageLayoutPaddingLeft="20dp" - launcher:pageLayoutPaddingRight="20dp"> + launcher:pageLayoutPaddingLeft="40dp" + launcher:pageLayoutPaddingRight="40dp"> </com.android.launcher2.AllAppsPagedView> </FrameLayout> </LinearLayout> diff --git a/res/layout-xlarge-land/launcher.xml b/res/layout-xlarge-land/launcher.xml index 65f29df..0ef946f 100644 --- a/res/layout-xlarge-land/launcher.xml +++ b/res/layout-xlarge-land/launcher.xml @@ -26,7 +26,7 @@ layout="@layout/all_apps_tabbed" android:id="@+id/all_apps_view" android:layout_width="match_parent" - android:layout_height="550dip" + android:layout_height="600dip" android:layout_gravity="top"/> <!-- The workspace contains 5 screens of cells --> |