mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-25 08:21:59 +01:00
Fixed white text on white background
This commit is contained in:
parent
4939e27f16
commit
1b21cb14c9
@ -37,6 +37,7 @@
|
|||||||
android:layout_toLeftOf="@id/horizontal_divider"
|
android:layout_toLeftOf="@id/horizontal_divider"
|
||||||
android:layout_toStartOf="@id/horizontal_divider"
|
android:layout_toStartOf="@id/horizontal_divider"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:text="@string/cancel_label" />
|
android:text="@string/cancel_label" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -50,6 +51,7 @@
|
|||||||
android:layout_toRightOf="@id/horizontal_divider"
|
android:layout_toRightOf="@id/horizontal_divider"
|
||||||
android:layout_toEndOf="@id/horizontal_divider"
|
android:layout_toEndOf="@id/horizontal_divider"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:text="@string/confirm_label" />
|
android:text="@string/confirm_label" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user