Ver código fonte

修复订单管理界面背景透明

zengjiebin 7 anos atrás
pai
commit
b287dbaeb1
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      app/src/main/res/layout/withdrawal_list.xml

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

@@ -2,7 +2,8 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:fitsSystemWindows="true"
     android:layout_width="match_parent"
-    android:layout_height="match_parent">
+    android:layout_height="match_parent"
+    android:background="@color/bg">
 
     <include
         android:id="@+id/empty_view"