LINT: xml
This commit is contained in:
parent
190b9408bd
commit
a339e0cf28
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context="info.nightscout.androidaps.plugins.PumpInsight.InsightFragment">
|
tools:context="info.nightscout.androidaps.plugins.pump.insight.LocalInsightFragment">
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
@ -52,12 +52,14 @@
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/overview_newtempbasal_percent_radio"
|
android:id="@+id/overview_newtempbasal_percent_radio"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:checked="true"
|
android:checked="true"
|
||||||
android:text="@string/overview_newtempbasal_percent_label" />
|
android:text="@string/overview_newtempbasal_percent_label" />
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/overview_newtempbasal_absolute_radio"
|
android:id="@+id/overview_newtempbasal_absolute_radio"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="U/h" />
|
android:text="U/h" />
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,9 @@
|
||||||
android:title="@string/smscommunicator">
|
android:title="@string/smscommunicator">
|
||||||
|
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:title="@string/smscommunicator_allowednumbers"
|
|
||||||
android:summary="@string/smscommunicator_allowednumbers_summary"
|
|
||||||
android:key="@string/key_smscommunicator_allowednumbers"
|
android:key="@string/key_smscommunicator_allowednumbers"
|
||||||
android:defaultValue="">
|
android:summary="@string/smscommunicator_allowednumbers_summary"
|
||||||
</EditTextPreference>
|
android:title="@string/smscommunicator_allowednumbers" />
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="@string/key_smscommunicator_remotecommandsallowed"
|
android:key="@string/key_smscommunicator_remotecommandsallowed"
|
||||||
|
|
Loading…
Reference in a new issue