mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
19 lines
594 B
XML
19 lines
594 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<PreferenceCategory
|
|
android:layout="@layout/preferences_category"
|
|
android:title="@string/disappearing_messages_cat_title">
|
|
|
|
<SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="pref_key_disappearing_messages"
|
|
android:summary="@string/disappearing_messages_summary"
|
|
android:title="@string/disappearing_messages_title"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|