Update suggestions section on explore screen

This commit is contained in:
Koitharu
2024-04-10 14:14:21 +03:00
parent 5c8157b81f
commit c98d7561b8
6 changed files with 19 additions and 6 deletions

View File

@@ -19,7 +19,8 @@
android:layout_gravity="center_horizontal"
android:layout_marginVertical="@dimen/margin_small"
app:dotAlpha="0.6"
app:dotSize="8dp"
app:dotScale="0.4"
app:dotSize="10dp"
app:dotSpacing="4dp"
tools:max="6"
tools:progress="2" />

View File

@@ -37,9 +37,10 @@
<TextView
android:id="@+id/textView_subtitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:ellipsize="end"
android:textAppearance="?attr/textAppearanceBodyMedium"
app:layout_constraintBottom_toBottomOf="parent"