am 1c4f5274: Merge "Updating AllApps icon." into ics-mr1

* commit '1c4f5274b5f904ccfc430979f9d6dedf28a2c4e8':
  Updating AllApps icon.
This commit is contained in:
Winson Chung
2011-11-11 15:54:53 -08:00
committed by Android Git Automerger
4 changed files with 2 additions and 16 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+2 -16
View File
@@ -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"