Procházet zdrojové kódy

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

zengjiebin před 7 roky
rodič
revize
7f2012fc1c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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"