mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-05 11:47:47 +01:00
fix: Use correct colour on "mute account" dialog (#55)
The previous code used "?attr/colorOnTertiary", which is the wrong colour for the default background. Remove the override, so the correct styled colour is used.
This commit is contained in:
parent
8ebc4e19ea
commit
b787f76cf6
@ -18,7 +18,6 @@
|
|||||||
<CheckBox android:id="@+id/checkbox"
|
<CheckBox android:id="@+id/checkbox"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:textColor="?attr/colorOnTertiary"
|
|
||||||
app:buttonTint="@color/compound_button_color"
|
app:buttonTint="@color/compound_button_color"
|
||||||
android:text="@string/dialog_mute_hide_notifications"/>
|
android:text="@string/dialog_mute_hide_notifications"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user