ソースを参照

删除多余代码

zengjiebin 7 年 前
コミット
2f3e42d976
共有1 個のファイルを変更した1 個の追加3 個の削除を含む
  1. 1 3
      app/src/main/res/layout/withdrawal_list.xml

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

@@ -9,14 +9,12 @@
         android:id="@+id/empty_view"
         layout="@layout/empty_view"
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:layout_below="@+id/title" />
+        android:layout_height="match_parent"/>
 
     <com.sheep.gamegroup.view.customview.RefreshLayout
         android:id="@+id/swipe_container"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:layout_below="@+id/title"
         android:paddingStart="@dimen/content_padding_16"
         android:paddingEnd="@dimen/content_padding_16">