Player's elements positioning is better for tablet and in multiWindow mode

- status bar got a fix for situation when a phone vendor did not provide status bar height for landscape orientation
- popup will not be init'd twice
- also fixed some non-reproduceable bugs
This commit is contained in:
Avently 2020-01-17 17:37:53 +03:00
parent a1e1128f77
commit 51fe694a90
7 changed files with 74 additions and 38 deletions

View file

@ -547,8 +547,7 @@
android:id="@+id/overlay_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0"
tools:alpha="1"
android:alpha="0.9"
android:background="?attr/windowBackground" >
<ImageButton