Fix extra padding visible when PIP mode is not turned off
This commit is contained in:
Wisest_wizard 2021-08-18 15:54:42 +05:30 committed by Wisest_wizard
parent 63440dfbee
commit 631cf17d88
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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