mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
13 lines
435 B
XML
13 lines
435 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">
|
|
|
|
<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" />
|
|
|
|
</PreferenceScreen>
|