소스 검색

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

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"