minor player UI fixes

This commit is contained in:
Bnyro 2022-07-14 19:57:53 +02:00
parent a8e9dcf0da
commit 523ed6f488
2 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:layout_weight="1"
android:visibility="invisible">

View File

@ -363,7 +363,7 @@
android:layout_height="0dp"
android:background="?attr/colorSurface"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_percent="0.3"
app:layout_constraintHeight_percent="0.275"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />