Improve Omnipod preference screen

This commit is contained in:
Bart Sopers 2020-05-05 01:35:39 +02:00
parent 0f8503032e
commit e20d8a1ff5

View file

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceCategory android:title="@string/omnipod_name"> xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:title="@string/omnipod_name"
app:initialExpandedChildrenCount="0">
<Preference <Preference
android:enabled="true" android:enabled="true"
android:key="@string/key_rileylink_mac_address" android:key="@string/key_rileylink_mac_address"
@ -40,4 +46,4 @@
android:title="@string/omnipod_config_timechange_enabled" /> android:title="@string/omnipod_config_timechange_enabled" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </androidx.preference.PreferenceScreen>