Merge pull request '解决按键遮挡和状态栏遮挡问题' (#11) from fangzheng_branch into master

master
m38nqrb4x 12 hours ago
commit f4b52e6c68

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