restored the status icon
This commit is contained in:
parent
c6c1874335
commit
f4caa24387
47 changed files with 180 additions and 21 deletions
|
|
@ -15,4 +15,12 @@
|
|||
app:layout="@layout/pref_dropdown"
|
||||
app:title="@string/pref_layout" />
|
||||
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:key="pref_status_icon"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:title="@string/pref_status_icon"
|
||||
app:summary="@string/pref_status_icon_summary" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue