diff --git a/Habitica/res/color/color_box_stroke.xml b/Habitica/res/color/color_box_stroke.xml new file mode 100644 index 000000000..0580c2481 --- /dev/null +++ b/Habitica/res/color/color_box_stroke.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Habitica/res/color/text_input_box_stroke.xml b/Habitica/res/color/text_input_box_stroke.xml deleted file mode 100644 index 4a1bba9cc..000000000 --- a/Habitica/res/color/text_input_box_stroke.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Habitica/res/layout/activity_task_form.xml b/Habitica/res/layout/activity_task_form.xml index fe25dcebf..203cafad7 100644 --- a/Habitica/res/layout/activity_task_form.xml +++ b/Habitica/res/layout/activity_task_form.xml @@ -45,8 +45,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/TaskFormTextInputLayoutAppearance" - app:boxStrokeWidth="3dp" - app:boxStrokeWidthFocused="1dp" + app:boxStrokeWidth="2dp" + app:boxStrokeWidthFocused="2dp" app:hintTextColor="?colorPrimaryText" android:backgroundTint="?attr/colorPrimaryText" android:hint="@string/task_title" @@ -63,7 +63,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/TaskFormTextInputLayoutAppearance" - app:boxStrokeWidth="3dp" + app:boxStrokeWidth="2dp" app:boxStrokeWidthFocused="2dp" android:backgroundTint="?attr/colorPrimaryText" app:hintTextColor="?colorPrimaryText" diff --git a/Habitica/res/values/attrs.xml b/Habitica/res/values/attrs.xml index 4a25555fe..333eeb385 100644 --- a/Habitica/res/values/attrs.xml +++ b/Habitica/res/values/attrs.xml @@ -11,6 +11,7 @@ + diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index 0ceab647d..0c9ed48fa 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -51,6 +51,7 @@ @style/SearchViewStyle @color/text_primary @color/brand_50 + @color/brand_50 @color/content_background @color/window_background @color/text_primary @@ -62,6 +63,7 @@ @@ -79,6 +81,7 @@ @color/red_5 @color/red_1 @color/red_100 + @color/red_10 @color/red_10 @color/red_500 @color/red_100 @@ -94,6 +97,7 @@ @@ -105,6 +109,7 @@ @color/red_1 @color/maroon_1 @color/maroon_100 + @color/maroon_10 @color/red_1 @color/red_500 @color/red_10 @@ -130,6 +135,7 @@ @color/orange_10 @color/orange_5 @color/orange_100 + @color/orange_10 @color/orange_50 @color/orange_500 @color/orange_100 @@ -145,6 +151,7 @@ @@ -156,6 +163,7 @@ @color/yellow_10 @color/yellow_5 @color/yellow_100 + @color/yellow_5 @color/yellow_50 @color/yellow_500 @color/yellow_100 @@ -171,6 +179,7 @@ @@ -182,6 +191,7 @@ @color/green_10 @color/green_5 @color/green_100 + @color/green_10 @color/green_50 @color/green_500 @color/green_100 @@ -197,6 +207,7 @@ @@ -208,6 +219,7 @@ @color/teal_10 @color/teal_5 @color/teal_100 + @color/teal_10 @color/teal_50 @color/teal_500 @color/teal_100 @@ -223,6 +235,7 @@ @@ -234,6 +247,7 @@ @color/blue_10 @color/blue_5 @color/blue_100 + @color/blue_10 @color/blue_50 @color/blue_500 @color/blue_100 @@ -250,6 +264,7 @@ @color/gray_1 @color/gray_10 @color/gray_200 + @color/blue_10 @color/blue_100 @@ -739,7 +754,9 @@