Tidepool: fix prefs category/header.
This commit is contained in:
parent
8686560ec8
commit
35cc095f8b
1 changed files with 56 additions and 52 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<PreferenceCategory
|
||||||
android:key="tidepool_upload_screen"
|
android:key="tidepool_upload_screen"
|
||||||
android:summary="@string/summary_tidepool_upload_screen"
|
android:summary="@string/summary_tidepool_upload_screen"
|
||||||
android:title="@string/tidepool">
|
android:title="@string/tidepool">
|
||||||
|
@ -53,5 +55,7 @@
|
||||||
android:summary="Upload data only when connected to an unmetered network like Wifi"
|
android:summary="Upload data only when connected to an unmetered network like Wifi"
|
||||||
android:title="Only on Wifi" />
|
android:title="Only on Wifi" />
|
||||||
|
|
||||||
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue