我有这样的布局:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
android:background="#C9D1D4" >
默认情况下,应用程序启动时屏幕上会有键盘,但在输入字符后,键盘上会有一个空白区域。这可以在截图中看到。
为什么没有背景纹理?