fix(media): comment bar padding

This commit is contained in:
aayush262 2024-03-26 14:48:18 +05:30
parent 5ae1ead2c9
commit 6d102f7be3
4 changed files with 35 additions and 38 deletions

View file

@ -8,12 +8,11 @@
android:background="?android:colorBackground"
android:fillViewport="true">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/commentsRefresh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="58dp"
android:layout_marginBottom="122dp"
android:clipChildren="false"
android:clipToPadding="false">
@ -56,7 +55,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginTop="64dp" />
android:layout_marginTop="64dp"
tools:visibility="gone"/>
<FrameLayout
android:layout_width="match_parent"
@ -82,5 +82,4 @@
</FrameLayout>
</LinearLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.core.widget.NestedScrollView>