mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix multi line chapter progress alignment in trackers
This commit is contained in:
parent
d0c802b6ea
commit
12ba03db05
1 changed files with 1 additions and 2 deletions
|
@ -139,11 +139,10 @@
|
|||
android:maxLines="2"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
app:layout_constraintEnd_toStartOf="@id/score_container"
|
||||
app:layout_constraintStart_toEndOf="@id/track_status"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/track_status"
|
||||
tools:text="Chapter 12 of 24" />
|
||||
|
||||
<FrameLayout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue