Merge pull request #3 from LadyViktoria/master

Add border Buttons
This commit is contained in:
Milos Kozak 2016-06-25 07:37:27 +02:00 committed by GitHub
commit 228c8b4f9f
10 changed files with 15 additions and 15 deletions

View file

@ -16,7 +16,7 @@
<Button <Button
android:id="@+id/loop_run" android:id="@+id/loop_run"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/openapsma_run" /> android:text="@string/openapsma_run" />

View file

@ -15,7 +15,7 @@
<Button <Button
android:id="@+id/lowsuspend_run" android:id="@+id/lowsuspend_run"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/openapsma_run" /> android:text="@string/openapsma_run" />

View file

@ -99,7 +99,7 @@
<Button <Button
android:id="@+id/objectives_start" android:id="@+id/objectives_start"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/objectives_button_start" /> android:text="@string/objectives_button_start" />
@ -132,7 +132,7 @@
<Button <Button
android:id="@+id/objectives_verify" android:id="@+id/objectives_verify"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/objectives_button_verify" /> android:text="@string/objectives_button_verify" />

View file

@ -21,7 +21,7 @@
<Button <Button
android:id="@+id/openapsma_run" android:id="@+id/openapsma_run"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/openapsma_run" /> android:text="@string/openapsma_run" />

View file

@ -74,7 +74,7 @@
<Button <Button
android:id="@+id/overview_canceltemp" android:id="@+id/overview_canceltemp"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10dp" android:layout_margin="10dp"
@ -92,7 +92,7 @@
<Button <Button
android:id="@+id/overview_settempbasal" android:id="@+id/overview_settempbasal"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10dp" android:layout_margin="10dp"
@ -102,7 +102,7 @@
<Button <Button
android:id="@+id/overview_extendedbolus" android:id="@+id/overview_extendedbolus"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10dp" android:layout_margin="10dp"
@ -118,7 +118,7 @@
<Button <Button
android:id="@+id/overview_treatment" android:id="@+id/overview_treatment"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10dp" android:layout_margin="10dp"
@ -128,7 +128,7 @@
<Button <Button
android:id="@+id/overview_wizard" android:id="@+id/overview_wizard"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10dp" android:layout_margin="10dp"

View file

@ -69,7 +69,7 @@
<Button <Button
android:id="@+id/overview_newextendedbolus_okbutton" android:id="@+id/overview_newextendedbolus_okbutton"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="10dp" android:padding="10dp"

View file

@ -98,7 +98,7 @@
<Button <Button
android:id="@+id/overview_newtempbasal_okbutton" android:id="@+id/overview_newtempbasal_okbutton"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="10dp" android:padding="10dp"

View file

@ -56,7 +56,7 @@
<Button <Button
android:id="@+id/treatments_newtreatment_deliverbutton" android:id="@+id/treatments_newtreatment_deliverbutton"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="OK" android:text="OK"

View file

@ -317,7 +317,7 @@
<Button <Button
android:id="@+id/treatments_wizard_deliverButton" android:id="@+id/treatments_wizard_deliverButton"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="SEND TO PUMP" android:text="SEND TO PUMP"

View file

@ -52,7 +52,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Refresh treatments from Nightscout" android:text="Refresh treatments from Nightscout"
android:id="@+id/treatments_reshreshfromnightscout" android:id="@+id/treatments_reshreshfromnightscout"
style="?android:attr/borderlessButtonStyle" style="?android:attr/buttonStyle"
android:layout_gravity="center_horizontal" /> android:layout_gravity="center_horizontal" />
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView