mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
13d785894a
1) Remove phantom padding on left margin for all fragments 2) Move preferences around slightly 3) Add some card separators and style led list pref // FREEBIE
17 lines
859 B
XML
17 lines
859 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
android:defaultValue="false"
|
|
android:key="pref_toggle_push_messaging"
|
|
android:title="@string/preferences__signal_messages_and_calls"
|
|
android:summary="@string/preferences__free_private_messages_and_calls"/>
|
|
|
|
<Preference android:key="pref_choose_identity"
|
|
android:title="@string/preferences__choose_identity"
|
|
android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/>
|
|
|
|
<Preference android:key="pref_submit_debug_logs"
|
|
android:title="@string/preferences__submit_debug_log"/>
|
|
</PreferenceScreen>
|