Skip to content

Commit

Permalink
Fix background of the video-description drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 24, 2024
1 parent 3b647a3 commit 46f3beb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/video_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/video_player_drawer_background">
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/video_desc_linearlayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimary"
android:background="@color/video_player_drawer_background"
android:orientation="vertical"
android:padding="16dp">

Expand Down

0 comments on commit 46f3beb

Please sign in to comment.