1
我的活動XML佈局文件:不良空白小吃吧
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.votingsystem.tsiro.mainClasses.LoginActivity">
<!-- Framelayout to display Fragments -->
<com.rey.material.widget.FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<io.codetail.widget.RevealFrameLayout
android:id="@+id/revealContainer"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/themeImgv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/theme" />
</io.codetail.widget.RevealFrameLayout>
<RelativeLayout
android:id="@+id/loginActivityFgmtContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
<com.rey.material.widget.FrameLayout
android:id="@+id/errorContainerRlt"
android:layout_width="match_parent"
android:layout_height="@dimen/errorContainer_Rlt_height" />
<com.rey.material.widget.SnackBar
android:id="@+id/loginActivitySnkBar"
android:layout_width="match_parent"
android:layout_height="@dimen/loginActivity_SnkBar_height"
android:visibility="invisible"
android:layout_gravity="bottom" />
</com.rey.material.widget.FrameLayout>
設置windowTranslucentStatus爲true,主要應用主題消除了圖片中顯示的空白處。如果windowTranslucentStatus設置爲false,任何人都可以告訴我發生了什麼問題嗎?