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

Commit cbaff3c1 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Fix text color in paste popup.

Change-Id: Ic4ca2ec0bb19016b7a633684c60f2c00923784cc
parent 98444a94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
    />

+1 −0
Original line number Diff line number Diff line
@@ -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"
    />