Merge pull request #6135 from Bnyro/master

fix: misalignment of channel fragment header
This commit is contained in:
Bnyro 2024-06-14 19:33:39 +02:00 committed by GitHub
commit b77d66a1ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_margin="10dp"
android:layout_marginHorizontal="1dp"
android:layout_marginVertical="10dp"
android:orientation="horizontal">
<com.google.android.material.imageview.ShapeableImageView
@ -99,8 +100,9 @@
android:scrollbars="none">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<com.google.android.material.button.MaterialButton
android:id="@+id/channel_share"