Преглед изворни кода

修复标签列表界面背景透明

zengjiebin пре 7 година
родитељ
комит
7f2012fc1c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      app/src/main/res/layout/act_user_label_list.xml

+ 2 - 1
app/src/main/res/layout/act_user_label_list.xml

@@ -3,7 +3,8 @@
     android:layout_width="match_parent"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:layout_height="match_parent"
     android:fitsSystemWindows="true"
     android:fitsSystemWindows="true"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:background="@color/bg">
 
 
     <android.support.v7.widget.RecyclerView
     <android.support.v7.widget.RecyclerView
         android:id="@+id/user_label_list"
         android:id="@+id/user_label_list"