소스 검색

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

billyyoyo 6 년 전
부모
커밋
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-->