From 11f39135f05bef8936fd9a09da40789bbc69e351 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Sat, 26 Oct 2019 13:51:12 +0530 Subject: [PATCH] Fix list item --- app/src/main/res/layout/item_song.xml | 79 +++++++++++++-------------- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/app/src/main/res/layout/item_song.xml b/app/src/main/res/layout/item_song.xml index 1ffccee7..2660872e 100755 --- a/app/src/main/res/layout/item_song.xml +++ b/app/src/main/res/layout/item_song.xml @@ -1,5 +1,5 @@ - + android:paddingEnd="8dp" + android:paddingStart="8dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + android:textAppearance="@style/TextViewNormal" + android:textColor="?colorOnSecondary" /> - + + + android:layout_weight="0" + android:fontFeatureSettings="onum" + android:padding="4dp" + android:textColor="?colorOnSecondary" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@+id/menu" + app:layout_constraintTop_toTopOf="parent" + tools:text="22:00" /> - - - - - - - - \ No newline at end of file + \ No newline at end of file