Small improvements to player

This commit is contained in:
Stypox 2021-09-01 18:34:37 +02:00 committed by litetex
parent da7f1eb681
commit 39f415f741
3 changed files with 12 additions and 11 deletions

View file

@ -765,7 +765,7 @@
android:id="@+id/seekOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible"
android:alpha="0" /> <!-- Required for the first appearance fading corectly -->
android:alpha="0"
android:visibility="invisible" /> <!-- Required for the first appearance fading correctly -->
</RelativeLayout>