2016-06-07 88 views
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> 

enter image description here

設置windowTranslucentStatus爲true,主要應用主題消除了圖片中顯示的空白處。如果windowTranslucentStatus設置爲false,任何人都可以告訴我發生了什麼問題嗎?

回答

0

好了,經過第二次仔細查看我的代碼後,我發現我以編程方式將padding設置爲自定義快餐欄容器佈局......我將其刪除並清空了空間「神奇地」刪除了...對不起,並張貼這樣愚蠢的問題..