소스 검색

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

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"