Ver Fonte

1.添加直播详情页面UI

王鹏鹏 há 2 anos atrás
pai
commit
fa2e804516

+ 2 - 1
livebroadcast/src/main/res/layout/activity_live_broadcast_list.xml

@@ -76,6 +76,8 @@
             android:id="@+id/liveSwipe"
             android:layout_width="match_parent"
             android:layout_height="0dp"
+            android:layout_marginTop="@dimen/divider_17px"
+            android:paddingBottom="@dimen/divider_47px"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
@@ -86,7 +88,6 @@
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
                 android:layout_marginLeft="@dimen/divider_60px"
-                android:layout_marginTop="@dimen/divider_47px"
                 android:layout_marginRight="@dimen/divider_60px" />
 
         </com.scwang.smartrefresh.layout.SmartRefreshLayout>