我的登錄活動的背景圖像有問題。 我無法刪除背景圖像頂部的白色條... 有人可以幫助我嗎?屏幕尺寸的背景圖像
在預覽:
在我的智能手機:
這裏是我的相對佈局代碼:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/login_background"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.project.main.application.view.activity.Av_Login">
調用'getWindow()setStatusBarColor(Color.TRANSPARENT);在' onCreate您的活動 – rafsanahmad007