2016-06-07 21:48:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-07-16 22:37:10 +02:00
|
|
|
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-06-07 21:48:17 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2016-07-06 11:11:12 +02:00
|
|
|
android:focusableInTouchMode="true"
|
2016-06-28 11:19:27 +02:00
|
|
|
android:minWidth="300dp"
|
2016-07-06 11:11:12 +02:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="10dp">
|
2016-06-07 21:48:17 +02:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2016-07-06 11:11:12 +02:00
|
|
|
android:layout_height="wrap_content"
|
2016-06-07 21:48:17 +02:00
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:width="120dp"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:text="@string/treatments_wizard_bg_label"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
|
|
|
android:textStyle="bold" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<info.nightscout.utils.NumberPicker
|
2016-07-16 22:37:10 +02:00
|
|
|
android:id="@+id/treatments_wizard_bginput"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_width="130dp"
|
|
|
|
android:layout_height="40dp" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bgunits"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="left"
|
|
|
|
android:minWidth="40dp"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:text="mg/dl"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:width="120dp"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:text="@string/treatments_wizard_carbs_label"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
|
|
|
android:textStyle="bold" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<info.nightscout.utils.NumberPicker
|
2016-07-16 22:37:10 +02:00
|
|
|
android:id="@+id/treatments_wizard_carbsinput"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_width="130dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_gravity="center_horizontal" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="left"
|
|
|
|
android:minWidth="40dp"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:text="g"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:width="120dp"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:text="@string/treatments_wizard_correction_label"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
|
|
|
android:textStyle="bold" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<info.nightscout.utils.NumberPicker
|
2016-07-16 22:37:10 +02:00
|
|
|
android:id="@+id/treatments_wizard_correctioninput"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_width="130dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_gravity="center_horizontal" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<TextView
|
2016-07-16 22:37:10 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="left"
|
|
|
|
android:minWidth="40dp"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:text="@string/treatments_wizard_unit_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/treatments_wizard_carbtime_layout"
|
2016-06-07 21:48:17 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_gravity="center_horizontal"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:width="120dp"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:text="@string/careportal_newnstreatment_carbtime_label"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
|
|
|
android:textStyle="bold" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<info.nightscout.utils.NumberPicker
|
2016-07-16 22:37:10 +02:00
|
|
|
android:id="@+id/treatments_wizard_carbtimeinput"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_width="130dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_gravity="center_horizontal" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="left"
|
|
|
|
android:minWidth="40dp"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:text="min"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/treatments_wizard_profile_layout"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:layout_width="match_parent"
|
2016-06-07 21:48:17 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
2016-06-28 11:19:27 +02:00
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:text="@string/careportal_newnstreatment_profile_label"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
|
|
|
android:textStyle="bold" />
|
2016-06-07 21:48:17 +02:00
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
<Spinner
|
|
|
|
android:id="@+id/treatments_wizard_profile"
|
|
|
|
android:layout_width="wrap_content"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:layout_height="wrap_content"
|
2017-04-22 11:08:57 +02:00
|
|
|
android:layout_gravity="center_vertical|center_horizontal"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:layout_weight="0.5" />
|
|
|
|
|
2016-06-07 21:48:17 +02:00
|
|
|
|
2017-04-14 14:50:18 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_sbcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:checked="false"
|
|
|
|
android:text="Super\nbolus" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:layout_height="wrap_content"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
2017-04-14 14:50:18 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_total"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:background="@drawable/background_darkgray"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:text="2.35U 28g"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
2016-06-07 21:48:17 +02:00
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
</LinearLayout>
|
2016-06-07 21:48:17 +02:00
|
|
|
|
2017-06-27 23:16:23 +02:00
|
|
|
<include layout="@layout/mdtp_done_button" />
|
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
<LinearLayout
|
2016-06-28 11:19:27 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2017-06-27 23:16:23 +02:00
|
|
|
android:layout_marginTop="-20dp"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_bgcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp"
|
|
|
|
android:checked="true" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="80dp"
|
|
|
|
android:text="@string/treatments_wizard_bg_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bg"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bginsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2016-06-28 11:19:27 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
2017-04-14 14:50:18 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_bgtrendcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp"
|
2017-04-24 19:24:53 +02:00
|
|
|
android:checked="false" />
|
2017-04-14 14:50:18 +02:00
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:width="80dp"
|
|
|
|
android:text="@string/treatments_wizard_bgtrend_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bgtrend"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bgtrendinsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/treatments_wizard_cob_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_cobcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp"
|
|
|
|
android:checked="false" />
|
2016-07-16 22:37:10 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="80dp"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:text="@string/treatments_wizard_cob_label"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
2017-04-14 14:50:18 +02:00
|
|
|
android:id="@+id/treatments_wizard_cob"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
2017-04-14 14:50:18 +02:00
|
|
|
android:id="@+id/treatments_wizard_cobinsulin"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2016-06-28 11:19:27 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_bolusiobcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp"
|
|
|
|
android:checked="true" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="130dp"
|
|
|
|
android:text="@string/treatments_wizard_bolusiob_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bolusiob"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_bolusiobinsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2016-06-28 11:19:27 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/treatments_wizard_basaliobcheckbox"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp"
|
|
|
|
android:checked="true" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="130dp"
|
|
|
|
android:text="@string/treatments_wizard_basaliob_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_basaliob"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_basaliobinsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2017-04-14 14:50:18 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="80dp"
|
|
|
|
android:text="@string/treatments_wizard_carbs_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_carbs"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_carbsinsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="80dp"
|
2017-04-22 11:08:57 +02:00
|
|
|
android:text="@string/superbolus"
|
2017-04-14 14:50:18 +02:00
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_sb"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_sbinsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2016-07-16 22:37:10 +02:00
|
|
|
<LinearLayout
|
2016-07-06 11:11:12 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-07-16 22:37:10 +02:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="32dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="80dp"
|
|
|
|
android:text="@string/treatments_wizard_correction_label"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_correction"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="100dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/treatments_wizard_correctioninsulin"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:width="50dp"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2016-06-07 21:48:17 +02:00
|
|
|
</LinearLayout>
|
2016-07-16 22:37:10 +02:00
|
|
|
</ScrollView>
|