浏览代码

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

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_height="match_parent"
     android:fitsSystemWindows="true"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:background="@color/bg">
 
     <android.support.v7.widget.RecyclerView
         android:id="@+id/user_label_list"