From 46891aa958114d7d0b78c49fac4b02cb7da19979 Mon Sep 17 00:00:00 2001 From: ztimms73 Date: Fri, 14 May 2021 22:43:14 +0300 Subject: [PATCH] Minor UI changes --- app/src/main/res/color/stroke_color.xml | 5 +++++ app/src/main/res/layout/item_manga_grid.xml | 6 +++++- app/src/main/res/layout/item_manga_list_details.xml | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/color/stroke_color.xml diff --git a/app/src/main/res/color/stroke_color.xml b/app/src/main/res/color/stroke_color.xml new file mode 100644 index 000000000..daeffa86f --- /dev/null +++ b/app/src/main/res/color/stroke_color.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_manga_grid.xml b/app/src/main/res/layout/item_manga_grid.xml index ea10b632e..9727f3b88 100644 --- a/app/src/main/res/layout/item_manga_grid.xml +++ b/app/src/main/res/layout/item_manga_grid.xml @@ -2,8 +2,12 @@ + android:layout_height="wrap_content" + app:strokeWidth="1dp" + app:strokeColor="@color/stroke_color" + app:cardElevation="0dp"> + android:layout_height="@dimen/manga_list_details_item_height" + app:strokeWidth="1dp" + app:strokeColor="@color/stroke_color" + app:cardElevation="0dp">