Material Design and Buttons

This commit is contained in:
viktoria 2016-06-24 23:20:38 +02:00
parent 7d29c3a433
commit 4eaa2c6f1d
11 changed files with 21 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -60,11 +60,12 @@
<Button
android:id="@+id/overview_canceltemp"
style="?android:attr/borderlessButtonStyle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="0.5"
android:background="@color/colorCancelTempButton"
android:textColor="@color/colorCancelTempButton"
android:text="Cancel temp basal" />
</LinearLayout>
@ -77,20 +78,22 @@
<Button
android:id="@+id/overview_settempbasal"
style="?android:attr/borderlessButtonStyle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="0.5"
android:background="@color/colorSetTempButton"
android:textColor="@color/colorSetTempButton"
android:text="TempBasal" />
<Button
android:id="@+id/overview_extendedbolus"
style="?android:attr/borderlessButtonStyle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="0.5"
android:background="@color/colorSetExtendedButton"
android:textColor="@color/colorSetExtendedButton"
android:text="Extended Bolus" />
</LinearLayout>
@ -101,20 +104,22 @@
<Button
android:id="@+id/overview_treatment"
style="?android:attr/borderlessButtonStyle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="0.5"
android:background="@color/colorTreatmentButton"
android:textColor="@color/colorTreatmentButton"
android:text="@string/overview_treatment_label" />
<Button
android:id="@+id/overview_wizard"
style="?android:attr/borderlessButtonStyle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="0.5"
android:background="@color/colorWizardButton"
android:textColor="@color/colorWizardButton"
android:text="@string/overview_calculator_label" />
</LinearLayout>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="AppTheme.base">
<style name="AppTheme" parent="android:Theme.Material">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>