Remove scrollbars from episode overview
This commit is contained in:
parent
c1305abbe8
commit
9d61aff59f
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:text="@{episode.overview}"
|
||||
android:scrollbars="none"
|
||||
android:textAppearance="@style/TextAppearance.MaterialComponents.Caption"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue