Fix text color in paste popup.

Change-Id: Ic4ca2ec0bb19016b7a633684c60f2c00923784cc
This commit is contained in:
Gilles Debunne
2010-11-02 11:36:03 -07:00
parent 98444a944c
commit cbaff3c1c6
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@android:string/pasteDisabled"
android:textColor="@android:color/dim_foreground_dark_inverse_disabled"
android:layout_toRightOf="@id/paste_icon"
/>

View File

@@ -40,6 +40,7 @@
android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceMediumInverse"
android:text="@android:string/paste"
android:textColor="@android:color/black"
android:layout_toRightOf="@id/paste_icon"
/>