Skip to content

Commit fb806b3

Browse files
authored
Use wrap_content in trailer layout (#2437)
Consistent with other player layouts, and fixes error level lint.
1 parent 2a60145 commit fb806b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/trailer_custom_layout.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
android:layout_marginEnd="32dp"
8989
android:orientation="vertical">
9090

91-
9291
<LinearLayout
9392
android:id="@+id/player_video_title_holder"
9493
android:layout_width="match_parent"
@@ -97,7 +96,7 @@
9796
<TextView
9897
android:maxLines="2"
9998
android:id="@+id/player_video_title"
100-
android:layout_width="match_parent"
99+
android:layout_width="wrap_content"
101100
android:layout_height="wrap_content"
102101
android:gravity="end"
103102
android:textColor="@color/white"

0 commit comments

Comments
 (0)