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"
|
||||
android:layout_width="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
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -52,12 +52,14 @@
|
|||
|
||||
<RadioButton
|
||||
android:id="@+id/overview_newtempbasal_percent_radio"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="@string/overview_newtempbasal_percent_label" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/overview_newtempbasal_absolute_radio"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="U/h" />
|
||||
|
||||
|
|
|
@ -5,11 +5,9 @@
|
|||
android:title="@string/smscommunicator">
|
||||
|
||||
<EditTextPreference
|
||||
android:title="@string/smscommunicator_allowednumbers"
|
||||
android:summary="@string/smscommunicator_allowednumbers_summary"
|
||||
android:key="@string/key_smscommunicator_allowednumbers"
|
||||
android:defaultValue="">
|
||||
</EditTextPreference>
|
||||
android:summary="@string/smscommunicator_allowednumbers_summary"
|
||||
android:title="@string/smscommunicator_allowednumbers" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/key_smscommunicator_remotecommandsallowed"
|
||||
|
|
Loading…
Reference in a new issue