newinsulin dialog wrap content
This commit is contained in:
parent
5a4967e544
commit
cdb58ed143
1 changed files with 3 additions and 3 deletions
|
@ -34,14 +34,14 @@
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/newinsulin_start_eating_soon_tt"
|
android:id="@+id/newinsulin_start_eating_soon_tt"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:text="Start eating soon TT" />
|
android:text="Start eating soon TT" />
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/newinsulin_record_only"
|
android:id="@+id/newinsulin_record_only"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:text="Don't bolus, record only" />
|
android:text="Don't bolus, record only" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue