mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 19:27:33 +01:00
Remove undefined text color from notification app list
This commit is contained in:
parent
f67d33fb58
commit
d46ed71a46
@ -17,8 +17,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:drawableTop="?android:attr/listChoiceIndicatorMultiple"
|
||||
android:text="NOTIF"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@color/blacklist_checkboxes" />
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatCheckedTextView
|
||||
android:id="@+id/item_pebble_checkbox"
|
||||
@ -30,8 +29,7 @@
|
||||
android:layout_toEndOf="@+id/item_checkbox"
|
||||
android:drawableTop="?android:attr/listChoiceIndicatorMultiple"
|
||||
android:text="PEBBLE"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@color/blacklist_checkboxes" />
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/item_image"
|
||||
|
Loading…
x
Reference in New Issue
Block a user