解决按键遮挡和状态栏遮挡问题

fangzheng_branch
fangzheng 5 hours ago
parent e987d86405
commit 37c4b345c8

@ -20,7 +20,7 @@
android:layout_height="fill_parent"
android:background="@drawable/list_background"
xmlns:android="http://schemas.android.com/apk/res/android"
>
android:fitsSystemWindows="true">
<LinearLayout
android:layout_width="fill_parent"

@ -19,7 +19,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/list_background">
android:background="@drawable/list_background"
android:fitsSystemWindows="true">
<LinearLayout
android:layout_width="fill_parent"

Loading…
Cancel
Save