浏览代码

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

zengjiebin 7 年之前
父节点
当前提交
b287dbaeb1
共有 1 个文件被更改,包括 2 次插入1 次删除
  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"