mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Fix device notification settings preference color
This commit is contained in:
parent
ab3caf8ab5
commit
a334b8912a
@ -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…
Reference in New Issue
Block a user