Fix device notification settings preference color

pull/1209/head
Andrew 1 year ago committed by GitHub
commit f64fe4b652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.preferences.widgets.NotificationSettingsPreference
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:textColor="?colorAccent"
android:id="@+id/device_settings_text"
android:text="@string/go_to_device_notification_settings"
android:paddingTop="@dimen/medium_spacing"
android:paddingBottom="@dimen/medium_spacing"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</org.thoughtcrime.securesms.preferences.widgets.NotificationSettingsPreference>

@ -10,7 +10,7 @@
android:summary="@string/preferences_notifications_strategy_category_fast_mode_summary"
android:defaultValue="false" />
<Preference android:layout="@layout/go_to_device_settings"
<Preference android:title="@string/go_to_device_notification_settings"
android:key="pref_notification_priority" />
</PreferenceCategory>

Loading…
Cancel
Save