From 6b9db02c08ccf0d0811ad749a2893b0c07e70a21 Mon Sep 17 00:00:00 2001 From: UlrichKu Date: Mon, 27 Feb 2023 11:33:11 +0100 Subject: [PATCH] 3311 load more more prominent (#3376) * 3311: Add a zig-zag line to top and bottom of "load more" * 3311: Remove unneeded extensions * 3311: Use a simple gradient instead of zigzag line * 3311: Use a simple gradient drawable (remove custom view) * 3311: Remove gradient lines --- app/src/main/res/layout/item_status_placeholder.xml | 3 ++- app/src/main/res/values-night/theme_colors.xml | 3 ++- app/src/main/res/values/theme_colors.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_status_placeholder.xml b/app/src/main/res/layout/item_status_placeholder.xml index daa45fd2..660c99ea 100644 --- a/app/src/main/res/layout/item_status_placeholder.xml +++ b/app/src/main/res/layout/item_status_placeholder.xml @@ -31,6 +31,7 @@ The attributes are set to get a specific behaviour: xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="72dp" + android:background="@color/dividerColorOther" android:clickable="true" android:focusable="true"> @@ -47,4 +48,4 @@ The attributes are set to get a specific behaviour: android:text="@string/load_more_placeholder_text" android:textStyle="bold" android:textSize="?attr/status_text_large" /> - \ No newline at end of file + diff --git a/app/src/main/res/values-night/theme_colors.xml b/app/src/main/res/values-night/theme_colors.xml index 21e56190..348652a7 100644 --- a/app/src/main/res/values-night/theme_colors.xml +++ b/app/src/main/res/values-night/theme_colors.xml @@ -17,6 +17,7 @@ @color/tusky_grey_30 @color/tusky_grey_50 @color/tusky_grey_25 + @color/tusky_grey_10 @color/tusky_orange @@ -27,4 +28,4 @@ @color/white @color/tusky_grey_10 - \ No newline at end of file + diff --git a/app/src/main/res/values/theme_colors.xml b/app/src/main/res/values/theme_colors.xml index 657363d8..2f5da6b8 100644 --- a/app/src/main/res/values/theme_colors.xml +++ b/app/src/main/res/values/theme_colors.xml @@ -17,6 +17,7 @@ @color/tusky_grey_70 @color/tusky_grey_50 @color/tusky_grey_80 + @color/tusky_grey_90 @color/tusky_orange_light @@ -27,4 +28,4 @@ @color/tusky_grey_20 @color/white - \ No newline at end of file +