Bug fix
Fix extra padding visible when PIP mode is not turned off
This commit is contained in:
parent
63440dfbee
commit
631cf17d88
@ -53,7 +53,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
getWindow().
|
getWindow().
|
||||||
getDecorView().
|
getDecorView().
|
||||||
setPointerIcon(PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL));
|
setPointerIcon(PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
int orientation;
|
int orientation;
|
||||||
@Override
|
@Override
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingBottom="35dp"
|
|
||||||
android:id="@+id/frame">
|
android:id="@+id/frame">
|
||||||
|
|
||||||
<SurfaceView
|
<SurfaceView
|
||||||
|
Loading…
Reference in New Issue
Block a user