|
|
@@ -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>
|