Add fading edge for alt text

closes #595
This commit is contained in:
Grishka 2023-06-26 16:04:24 +03:00
parent 81ac8a3bc9
commit bf996feccf
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@
android:id="@+id/alt_text_scroller"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="40dp">
android:layout_marginEnd="40dp"
android:requiresFadingEdge="vertical"
android:fadingEdgeLength="16dp">
<LinearLayout
android:layout_width="wrap_content"