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().
|
||||
getDecorView().
|
||||
setPointerIcon(PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL));
|
||||
}
|
||||
}
|
||||
|
||||
int orientation;
|
||||
@Override
|
||||
|
@ -6,7 +6,6 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="35dp"
|
||||
android:id="@+id/frame">
|
||||
|
||||
<SurfaceView
|
||||
|
Loading…
Reference in New Issue
Block a user