* Redesign settings to two pane layout * Add downloads settings * Suppress unused settings fragments warnings * Fix download icon in other places Also removes the filled download drawable
7 lines
No EOL
269 B
XML
7 lines
No EOL
269 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<EditTextPreference
|
|
app:key="deviceName"
|
|
app:title="@string/device_name"
|
|
app:useSimpleSummaryProvider="true" />
|
|
</PreferenceScreen> |