Просмотр исходного кода

fixed home list size less than 8 will show a blank bar on scroll top

billyyoyo лет назад: 6
Родитель
Сommit
9a69518612
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/src/main/res/layout/homepage_act_layout.xml

+ 1 - 1
app/src/main/res/layout/homepage_act_layout.xml

@@ -81,7 +81,7 @@
                 <View
                     android:layout_width="match_parent"
                     android:layout_height="18dp"
-                    android:layout_alignTop="@id/home_list_more_iv"
+                    android:layout_below="@+id/home_list_rv"
                     android:background="@color/bg_home_color"/>
 
                 <!--超维对决HomeList-->