我想刪除白色底部邊框在這個啓動畫面。我改變相對多佈局於線性,但沒有changed.Anyone能幫助我,我怎麼刪除此白色邊框:如何刪除閃屏白色底部邊框在android系統
我splash_screen.xml: -
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<View android:layout_width="match_parent"
android:layout_height="match_parent" />
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/a"
android:adjustViewBounds="false"
android:scaleType="centerCrop"
/> </RelativeLayout>
設置機器人:scaleType = 「fitXY」。 –
我這樣做,但沒有努力 –
設置背景顏色回到你父母的相對佈局.. –