Fix tablet layout crashing

This commit is contained in:
h4h13 2020-02-17 21:23:28 +05:30
parent acf2d0043e
commit f578aa0937
3 changed files with 16 additions and 11 deletions

View file

@ -56,6 +56,11 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/playerToolbar">
<Space
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -69,10 +74,6 @@
tools:layout="@layout/fragment_album_cover" />
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<Space
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
<Space
android:layout_width="match_parent"