Skip to content

Commit

Permalink
fix: misalignment of channel fragment header
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jun 14, 2024
1 parent cf4363d commit 8cad958
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/layout/fragment_channel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8cad958

Please sign in to comment.