mirror of
https://github.com/accelforce/Yuito
synced 2025-01-09 14:14:54 +01:00
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:
parent
10f983c953
commit
6b9db02c08
@ -31,6 +31,7 @@ The attributes are set to get a specific behaviour:
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="72dp"
|
android:layout_height="72dp"
|
||||||
|
android:background="@color/dividerColorOther"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="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:text="@string/load_more_placeholder_text"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="?attr/status_text_large" />
|
android:textSize="?attr/status_text_large" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
<color name="colorBackgroundAccent">@color/tusky_grey_30</color>
|
<color name="colorBackgroundAccent">@color/tusky_grey_30</color>
|
||||||
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
|
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
|
||||||
<color name="dividerColor">@color/tusky_grey_25</color>
|
<color name="dividerColor">@color/tusky_grey_25</color>
|
||||||
|
<color name="dividerColorOther">@color/tusky_grey_10</color>
|
||||||
|
|
||||||
<color name="favoriteButtonActiveColor">@color/tusky_orange</color>
|
<color name="favoriteButtonActiveColor">@color/tusky_orange</color>
|
||||||
|
|
||||||
@ -27,4 +28,4 @@
|
|||||||
<color name="botBadgeForeground">@color/white</color>
|
<color name="botBadgeForeground">@color/white</color>
|
||||||
<color name="botBadgeBackground">@color/tusky_grey_10</color>
|
<color name="botBadgeBackground">@color/tusky_grey_10</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
<color name="colorBackgroundAccent">@color/tusky_grey_70</color>
|
<color name="colorBackgroundAccent">@color/tusky_grey_70</color>
|
||||||
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
|
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
|
||||||
<color name="dividerColor">@color/tusky_grey_80</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>
|
<color name="favoriteButtonActiveColor">@color/tusky_orange_light</color>
|
||||||
|
|
||||||
@ -27,4 +28,4 @@
|
|||||||
<color name="botBadgeForeground">@color/tusky_grey_20</color>
|
<color name="botBadgeForeground">@color/tusky_grey_20</color>
|
||||||
<color name="botBadgeBackground">@color/white</color>
|
<color name="botBadgeBackground">@color/white</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user