Merge "Paste popup uses a disabled icon when there is nothing to paste." into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
8503af8486
BIN
core/res/res/drawable-hdpi/ic_paste_bubble_holo_disabled.png
Normal file
BIN
core/res/res/drawable-hdpi/ic_paste_bubble_holo_disabled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
core/res/res/drawable-mdpi/ic_paste_bubble_holo_disabled.png
Normal file
BIN
core/res/res/drawable-mdpi/ic_paste_bubble_holo_disabled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 B |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user