Add border Buttons
This commit is contained in:
parent
ffa3abbe6e
commit
f90138ea54
|
@ -16,7 +16,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/loop_run"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/openapsma_run" />
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/lowsuspend_run"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/openapsma_run" />
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/objectives_start"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/objectives_button_start" />
|
||||
|
@ -132,7 +132,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/objectives_verify"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/objectives_button_verify" />
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/openapsma_run"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/openapsma_run" />
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_canceltemp"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_settempbasal"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
|
@ -102,7 +102,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_extendedbolus"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
|
@ -118,7 +118,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_treatment"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
|
@ -128,7 +128,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_wizard"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_newextendedbolus_okbutton"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/overview_newtempbasal_okbutton"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/treatments_newtreatment_deliverbutton"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="OK"
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/treatments_wizard_deliverButton"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="SEND TO PUMP"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="Refresh treatments from Nightscout"
|
||||
android:id="@+id/treatments_reshreshfromnightscout"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
|
|
Loading…
Reference in a new issue