Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c03047b authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am f2f3627f: am 8503af84: Merge "Paste popup uses a disabled icon when there...

am f2f3627f: am 8503af84: Merge "Paste popup uses a disabled icon when there is nothing to paste." into honeycomb-mr1

* commit 'f2f3627f':
  Paste popup uses a disabled icon when there is nothing to paste.
parents eb30077e f2f3627f
Loading
Loading
Loading
Loading
+1.03 KiB
Loading image diff...
+692 B
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"