Merge pull request #3819 from Bnyro/master

Improve the vertical alignment and padding in the player page
This commit is contained in:
Bnyro 2023-05-23 18:01:02 +02:00 committed by GitHub
commit ffe5d1b04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,11 +188,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:layout_marginVertical="15dp"
android:layout_marginVertical="10dp"
android:background="@drawable/rounded_ripple"
android:orientation="horizontal"
android:paddingLeft="8dp"
android:paddingRight="8dp">
android:padding="5dp">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/player_channelImage"
@ -254,7 +253,8 @@
style="@style/Widget.Material3.CardView.Elevated"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:layout_marginVertical="16dp"
android:layout_marginHorizontal="12dp"
app:cardCornerRadius="18dp">
<androidx.appcompat.widget.AppCompatTextView