Skip to content

Commit

Permalink
Fix header position in BrowseFolderFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Jul 2, 2024
1 parent 16ceaf6 commit 483cfc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/view_lb_browse_title.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<org.jellyfin.androidtv.ui.shared.TitleView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/browse_title_group"
style="@style/Widget.Leanback.TitleView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:paddingHorizontal="40sp"
android:paddingTop="20sp" />

0 comments on commit 483cfc8

Please sign in to comment.