Fix textview width in track_item

This commit is contained in:
CappielloAntonio 2021-04-15 16:43:38 +02:00
parent 1e2e1c0bc6
commit 277a07ef92
3 changed files with 8 additions and 8 deletions

View file

@ -51,7 +51,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true"
android:paddingBottom="@dimen/global_padding_bottom"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<LinearLayout
@ -59,7 +58,8 @@
android:layout_height="wrap_content"
android:clipToPadding="false"
android:paddingTop="18dp"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="@dimen/global_padding_bottom">
<!-- Label and button -->
<LinearLayout