Update assets and themes to leverage DayNight system.

This commit is contained in:
Cody Henthorne
2020-11-10 10:20:54 -05:00
parent 81eaae4070
commit c3b5323010
610 changed files with 1222 additions and 2043 deletions

View File

@@ -29,7 +29,7 @@
android:text="@string/GroupMentionSettingDialog_always_notify_me"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?attr/textColorAlertDialogListItem"
android:theme="?radio_theme" />
android:theme="@style/Signal.Widget.CompoundButton.RadioButton" />
<CheckedTextView
android:id="@+id/group_mention_setting_dont_notify"
@@ -45,6 +45,6 @@
android:text="@string/GroupMentionSettingDialog_dont_notify_me"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?attr/textColorAlertDialogListItem"
android:theme="?radio_theme" />
android:theme="@style/Signal.Widget.CompoundButton.RadioButton" />
</LinearLayout>