Merge "Paste popup uses a disabled icon when there is nothing to paste." into honeycomb-mr1

This commit is contained in:
Gilles Debunne
2011-03-14 11:26:36 -07:00
committed by Android (Google) Code Review
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

View File

@@ -25,7 +25,7 @@
android:paddingRight="16dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:drawableLeft="@android:drawable/ic_menu_paste_dark"
android:drawableLeft="@android:drawable/ic_paste_bubble_holo_disabled"
android:drawablePadding="8dip"
android:gravity="center"
android:textAppearance="?android:attr/textAppearanceMediumInverse"

View File

@@ -25,7 +25,7 @@
android:paddingRight="16dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:drawableLeft="@android:drawable/ic_menu_paste_dark"
android:drawableLeft="@android:drawable/ic_paste_bubble_holo_disabled"
android:drawablePadding="8dip"
android:gravity="center"
android:textAppearance="?android:attr/textAppearanceMediumInverse"