mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 22:03:54 +00:00
Fix device notification settings preference color
This commit is contained in:
commit
f64fe4b652
@ -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:summary="@string/preferences_notifications_strategy_category_fast_mode_summary"
|
||||||
android:defaultValue="false" />
|
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" />
|
android:key="pref_notification_priority" />
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user