diff --git a/app/res/font/roboto_bold.ttf b/app/res/font/roboto_bold.ttf new file mode 100644 index 0000000000..e64db796d1 Binary files /dev/null and b/app/res/font/roboto_bold.ttf differ diff --git a/app/res/font/roboto_italic.ttf b/app/res/font/roboto_italic.ttf new file mode 100644 index 0000000000..65498ee374 Binary files /dev/null and b/app/res/font/roboto_italic.ttf differ diff --git a/app/res/font/roboto_medium.ttf b/app/res/font/roboto_medium.ttf new file mode 100644 index 0000000000..0707e15c3a Binary files /dev/null and b/app/res/font/roboto_medium.ttf differ diff --git a/app/res/font/roboto_regular.ttf b/app/res/font/roboto_regular.ttf new file mode 100644 index 0000000000..2d116d9205 Binary files /dev/null and b/app/res/font/roboto_regular.ttf differ diff --git a/app/res/layout-land/activity_crash_warning.xml b/app/res/layout-land/activity_crash_warning.xml index 92bde2be99..e49735e8ab 100644 --- a/app/res/layout-land/activity_crash_warning.xml +++ b/app/res/layout-land/activity_crash_warning.xml @@ -93,12 +93,12 @@ - + android:visibility="visible" + android:layout_marginEnd="@dimen/standard_spacer" + app:roundButtonLeftPadding="8dp" + app:roundButtonRightPadding="8dp" + app:roundButtonBackgroundColor="@color/transparent" + app:roundButtonTextColor="@color/dialog_button_color"/> - + android:layout_marginEnd="@dimen/standard_spacer" + app:roundButtonBorderColor="@color/dialog_button_color" + app:roundButtonBorderVisible="true" + app:roundButtonBorderWidth="2dp" + app:roundButtonBackgroundColor="@color/transparent" + app:roundButtonTextColor="@color/dialog_button_color"> + - + app:roundButtonBorderColor="@color/dialog_button_color" + app:roundButtonBorderVisible="true" + app:roundButtonBorderWidth="2dp" + android:layout_toStartOf="@id/positive_button" + app:roundButtonBackgroundColor="@color/transparent" + app:roundButtonTextColor="@color/dialog_button_color"> + - + app:roundButtonBorderColor="@color/dialog_button_color" + app:roundButtonBorderVisible="true" + app:roundButtonBorderWidth="2dp" + android:layout_toStartOf="@id/neutral_button" + app:roundButtonBackgroundColor="@color/transparent" + app:roundButtonTextColor="@color/dialog_button_color"> + \ No newline at end of file diff --git a/app/res/layout/dots_detail.xml b/app/res/layout/dots_detail.xml index f29952483e..623b17f3b9 100644 --- a/app/res/layout/dots_detail.xml +++ b/app/res/layout/dots_detail.xml @@ -1,9 +1,9 @@ - - + android:layout_weight="0.5" + app:roundButtonBackgroundColor="@color/primary_button_background" + app:roundButtonTextColor="@color/white"/> - + android:layout_weight="0.5" + app:roundButtonBackgroundColor="@color/primary_button_background" + app:roundButtonTextColor="@color/white"/> diff --git a/app/res/layout/dotsdoses.xml b/app/res/layout/dotsdoses.xml index c11b044085..9aa4ff4d76 100644 --- a/app/res/layout/dotsdoses.xml +++ b/app/res/layout/dotsdoses.xml @@ -61,10 +61,12 @@ android:id="@+id/dots_dose_four"> - + android:layout_alignParentBottom="true" + app:roundButtonBackgroundColor="@color/primary_button_background" + app:roundButtonTextColor="@color/white"/> diff --git a/app/res/layout/draw_layout.xml b/app/res/layout/draw_layout.xml index 203a239874..2230264b9d 100644 --- a/app/res/layout/draw_layout.xml +++ b/app/res/layout/draw_layout.xml @@ -1,6 +1,7 @@ -