diff --git a/features/feature_dialogs/src/main/res/layout/time_dialog_fragment.xml b/features/feature_dialogs/src/main/res/layout/time_dialog_fragment.xml index de0668c6..8c558b86 100644 --- a/features/feature_dialogs/src/main/res/layout/time_dialog_fragment.xml +++ b/features/feature_dialogs/src/main/res/layout/time_dialog_fragment.xml @@ -12,7 +12,7 @@ + + + + \ No newline at end of file diff --git a/features/feature_views/src/main/res/values/attrs.xml b/features/feature_views/src/main/res/values/attrs.xml index 8163aa17..4cecec36 100644 --- a/features/feature_views/src/main/res/values/attrs.xml +++ b/features/feature_views/src/main/res/values/attrs.xml @@ -14,6 +14,7 @@ + diff --git a/features/feature_views/src/main/res/values/colors.xml b/features/feature_views/src/main/res/values/colors.xml index 2b02b568..28ec598b 100644 --- a/features/feature_views/src/main/res/values/colors.xml +++ b/features/feature_views/src/main/res/values/colors.xml @@ -72,5 +72,6 @@ @color/blue_grey_50 @color/grey_900 @color/grey_800 + @color/grey_700 \ No newline at end of file diff --git a/features/feature_views/src/main/res/values/styles.xml b/features/feature_views/src/main/res/values/styles.xml index 3a9ba2e3..2a283f89 100644 --- a/features/feature_views/src/main/res/values/styles.xml +++ b/features/feature_views/src/main/res/values/styles.xml @@ -26,6 +26,7 @@ @drawable/bg_input_field_border @color/inputFieldBorder @color/inputFieldBorder + @color/inputFieldBorder @color/pieChartDivider @color/cardBackground @color/buttonOnCardBackground @@ -65,6 +66,7 @@ @drawable/bg_input_field_border_dialog_dark @color/inputFieldBorderDark @color/inputFieldBorderDialogDark + @color/inputFieldBorderTimeDialogDark @color/pieChartDividerDark @color/cardBackgroundDark @color/buttonOnCardBackgroundDark @@ -174,6 +176,10 @@ @color/states_input_field_border_dialog_color + +