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
This commit is contained in:
UlrichKu 2023-02-27 11:33:11 +01:00 committed by GitHub
parent 10f983c953
commit 6b9db02c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -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" />
</FrameLayout>
</FrameLayout>

View file

@ -17,6 +17,7 @@
<color name="colorBackgroundAccent">@color/tusky_grey_30</color>
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
<color name="dividerColor">@color/tusky_grey_25</color>
<color name="dividerColorOther">@color/tusky_grey_10</color>
<color name="favoriteButtonActiveColor">@color/tusky_orange</color>
@ -27,4 +28,4 @@
<color name="botBadgeForeground">@color/white</color>
<color name="botBadgeBackground">@color/tusky_grey_10</color>
</resources>
</resources>

View file

@ -17,6 +17,7 @@
<color name="colorBackgroundAccent">@color/tusky_grey_70</color>
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
<color name="dividerColor">@color/tusky_grey_80</color>
<color name="dividerColorOther">@color/tusky_grey_90</color>
<color name="favoriteButtonActiveColor">@color/tusky_orange_light</color>
@ -27,4 +28,4 @@
<color name="botBadgeForeground">@color/tusky_grey_20</color>
<color name="botBadgeBackground">@color/white</color>
</resources>
</resources>