LINT: xml

This commit is contained in:
Milos Kozak 2019-04-08 16:39:41 +02:00
parent 190b9408bd
commit a339e0cf28
3 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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" />

View file

@ -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"