diff options
author | Winson Chung <winsonc@google.com> | 2010-09-08 12:05:15 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-08 15:15:12 -0700 |
commit | 5aa323f3c9cc8580335f5594ea8900fe33c00fbc (patch) | |
tree | 84de8f80c354d4bda17c0282631963acba395d51 /res/layout-xlarge | |
parent | 031e10649ac2d511b8f9fbe1177f852c78f86289 (diff) | |
download | packages_apps_trebuchet-5aa323f3c9cc8580335f5594ea8900fe33c00fbc.zip packages_apps_trebuchet-5aa323f3c9cc8580335f5594ea8900fe33c00fbc.tar.gz packages_apps_trebuchet-5aa323f3c9cc8580335f5594ea8900fe33c00fbc.tar.bz2 |
Updating assets for toolbar buttons, setting new default wallpaper.
Fixing small namespace issue where PagedView attributes weren't actually being respected.
Change-Id: Id260fae6278b616b446da1ce04ec18b11ed0bf45
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r-- | res/layout-xlarge/all_apps_tabbed.xml | 5 | ||||
-rw-r--r-- | res/layout-xlarge/launcher.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/res/layout-xlarge/all_apps_tabbed.xml b/res/layout-xlarge/all_apps_tabbed.xml index 5a43361..10d99a0 100644 --- a/res/layout-xlarge/all_apps_tabbed.xml +++ b/res/layout-xlarge/all_apps_tabbed.xml @@ -15,6 +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:background="#30000000" android:paddingTop="?android:attr/windowActionBarSize"> <LinearLayout @@ -36,8 +37,8 @@ android:id="@+id/all_apps_paged_view" android:layout_width="match_parent" android:layout_height="match_parent" - cellCountX="8" - cellCountY="4"> + launcher:cellCountX="7" + launcher:cellCountY="4"> </com.android.launcher2.AllAppsPagedView> </FrameLayout> </LinearLayout> diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 7018b3e..3e13933 100644 --- a/res/layout-xlarge/launcher.xml +++ b/res/layout-xlarge/launcher.xml @@ -58,6 +58,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="left" + android:layout_marginLeft="@dimen/toolbar_button_spacing" android:onClick="onClickSearchButton" android:focusable="true" @@ -70,6 +71,7 @@ android:layout_height="match_parent" android:layout_alignParentRight="true" android:layout_marginLeft="@dimen/toolbar_button_spacing" + android:layout_marginRight="@dimen/toolbar_button_spacing" android:onClick="onClickAllAppsButton" android:focusable="true" |