diff --git a/core/res/res/layout/text_edit_no_paste_window.xml b/core/res/res/layout/text_edit_no_paste_window.xml index 84b61037b5564..d409d973cffcf 100644 --- a/core/res/res/layout/text_edit_no_paste_window.xml +++ b/core/res/res/layout/text_edit_no_paste_window.xml @@ -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" /> diff --git a/core/res/res/layout/text_edit_paste_window.xml b/core/res/res/layout/text_edit_paste_window.xml index 369f4a50c69c5..d153365a19d0f 100644 --- a/core/res/res/layout/text_edit_paste_window.xml +++ b/core/res/res/layout/text_edit_paste_window.xml @@ -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" />