This commit is contained in:
nail
2026-04-07 17:20:35 +08:00
parent 5340175551
commit bacfd44ecf
20 changed files with 446 additions and 245 deletions

View File

@@ -9,6 +9,7 @@
tools:viewBindingIgnore="true">
<RelativeLayout
android:layout_marginBottom="@dimen/dp100"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -637,20 +638,8 @@
android:background="@drawable/shape_recommend_bg"
android:orientation="vertical" />
<LinearLayout
android:id="@+id/lin_my_list2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="62dp"
android:background="@drawable/shape_recommend_bg"
android:orientation="vertical" />
</LinearLayout>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>