diff options
author | Winson Chung <winsonc@google.com> | 2011-11-11 14:18:05 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-11-11 14:18:16 -0800 |
commit | a6698a39725e9bd7ef4b8a293e78207899c3f974 (patch) | |
tree | d84f98b74021c09025af9587b1f455141e3bc26f | |
parent | ebea84d1c95f4c38ba8cee46cd586fd757b4fce2 (diff) | |
download | packages_apps_trebuchet-a6698a39725e9bd7ef4b8a293e78207899c3f974.zip packages_apps_trebuchet-a6698a39725e9bd7ef4b8a293e78207899c3f974.tar.gz packages_apps_trebuchet-a6698a39725e9bd7ef4b8a293e78207899c3f974.tar.bz2 |
Updating AllApps icon.
Change-Id: Ice2a4bfd1c90e8120ab9b58718f8ec2cc717b1e2
-rw-r--r-- | res/drawable-hdpi/ic_home_all_apps_holo_dark.png | bin | 1385 -> 1312 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_home_all_apps_holo_dark.png | bin | 877 -> 1003 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_home_all_apps_holo_dark.png | bin | 1658 -> 1548 bytes | |||
-rw-r--r-- | res/layout-sw600dp/search_bar.xml | 18 |
4 files changed, 2 insertions, 16 deletions
diff --git a/res/drawable-hdpi/ic_home_all_apps_holo_dark.png b/res/drawable-hdpi/ic_home_all_apps_holo_dark.png Binary files differindex 18a524b..1533a15 100644 --- a/res/drawable-hdpi/ic_home_all_apps_holo_dark.png +++ b/res/drawable-hdpi/ic_home_all_apps_holo_dark.png diff --git a/res/drawable-mdpi/ic_home_all_apps_holo_dark.png b/res/drawable-mdpi/ic_home_all_apps_holo_dark.png Binary files differindex 23616d4..ebbc792 100644 --- a/res/drawable-mdpi/ic_home_all_apps_holo_dark.png +++ b/res/drawable-mdpi/ic_home_all_apps_holo_dark.png diff --git a/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png b/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png Binary files differindex dff3e16..61d9b55 100644 --- a/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png +++ b/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png diff --git a/res/layout-sw600dp/search_bar.xml b/res/layout-sw600dp/search_bar.xml index b852632..ebaf960 100644 --- a/res/layout-sw600dp/search_bar.xml +++ b/res/layout-sw600dp/search_bar.xml @@ -56,10 +56,9 @@ android:contentDescription="@string/accessibility_voice_search_button" /> <!-- AppsCustomize icon --> - <com.android.launcher2.StrokedTextView + <com.android.launcher2.HolographicImageView android:id="@+id/all_apps_button" android:onClick="onClickAllAppsButton" - android:drawableLeft="@drawable/ic_home_all_apps_holo_dark" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" @@ -69,20 +68,7 @@ android:paddingRight="@dimen/toolbar_button_horizontal_padding" android:paddingTop="@dimen/all_apps_button_vertical_padding" android:paddingBottom="@dimen/all_apps_button_vertical_padding" - android:background="?android:attr/selectableItemBackground" - - android:gravity="center" - android:textColor="#CCFFFFFF" - android:textSize="18sp" - - launcher:strokeColor="#991e3157" - launcher:strokeTextColor="#DDFFFFFF" - launcher:strokeWidth="2.5" - - android:shadowColor="#DA000000" - android:shadowDx="0.0" - android:shadowDy="0.0" - android:shadowRadius="2.5" + android:src="@drawable/ic_home_all_apps_holo_dark" android:focusable="true" android:clickable="true" |