Android 修复首页图片错位的问题

修复首页图片错位的问题
This commit is contained in:
zeus
2025-07-18 15:04:21 +08:00
parent 855b17c2ee
commit 98bb9235aa
2 changed files with 3 additions and 3 deletions
@@ -194,8 +194,8 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="16dp"
android:layout_marginHorizontal="16dp"/>
android:layout_marginTop="0dp"
android:layout_marginHorizontal="0dp"/>
</androidx.cardview.widget.CardView>
<!-- TabLayout作为页指示器 -->
<com.google.android.material.tabs.TabLayout