zengjiebin лет назад: 7
Родитель
Сommit
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">