应用程序屏幕上的空白

时间:2016-08-29 20:53:49

标签: android xml

我有这样的布局:

<?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" >

默认情况下,应用程序启动时屏幕上会有键盘,但在输入字符后,键盘上会有一个空白区域。这可以在截图中看到。 enter image description here

为什么没有背景纹理?

0 个答案:

没有答案