Adding Eating soon mode to options
This commit is contained in:
parent
d3a7176209
commit
9456a24655
1 changed files with 8 additions and 1 deletions
|
@ -39,6 +39,13 @@
|
|||
android:layout_marginTop="5dp"
|
||||
android:text="Start activity TT"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/carbs_eating_soon_tt"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="5dp"
|
||||
android:text="Set Eating soon TT"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/newcarbs_suspend_loop"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -122,4 +129,4 @@
|
|||
</LinearLayout>
|
||||
|
||||
</ScrollView>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue