diff --git a/android/app/src/main/res/layout/button_with_progress.xml b/android/app/src/main/res/layout/button_with_progress.xml index 770f5dcb2..e2ad9083e 100644 --- a/android/app/src/main/res/layout/button_with_progress.xml +++ b/android/app/src/main/res/layout/button_with_progress.xml @@ -13,6 +13,7 @@ android:layout_marginStart="@dimen/margin_base" android:text="@string/download_country_ask" android:textAppearance="?fontBody2" + app:buttonTint="?colorAccent" android:visibility="gone" tools:visibility="visible"/> + android:layout_marginEnd="@dimen/margin_double" + app:buttonTint="?colorAccent"/> + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -69,7 +70,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -86,7 +88,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -103,7 +106,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -120,7 +124,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -141,7 +146,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> diff --git a/android/app/src/main/res/values/styles-editor.xml b/android/app/src/main/res/values/styles-editor.xml index dfbe45030..e88d81250 100644 --- a/android/app/src/main/res/values/styles-editor.xml +++ b/android/app/src/main/res/values/styles-editor.xml @@ -38,6 +38,7 @@ wrap_content wrap_content true + ?colorAccent