Skip to content

Commit 38b9734

Browse files
authored
Fix: Limit video title length to 2 lines, Closes #2105
1 parent ede1fad commit 38b9734

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
tools:text="1920x1080" />
150150

151151
<TextView
152+
android:maxLines="2"
152153
android:id="@+id/player_video_title"
153154
android:layout_width="match_parent"
154155
android:layout_height="wrap_content"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
android:orientation="vertical">
9191

9292
<TextView
93+
android:maxLines="2"
9394
android:id="@+id/player_video_title"
9495
android:layout_width="match_parent"
9596
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)