fix bugs.

This commit is contained in:
2025-12-06 14:01:20 +08:00
parent 0edbb23cf8
commit 831537f057
5 changed files with 38 additions and 10 deletions

View File

@@ -157,8 +157,9 @@
<FrameLayout
android:id="@+id/vp_room_pager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_marginBottom="@dimen/dp_10"
app:layout_constraintDimensionRatio="1:0.88"
android:clipChildren="false"
android:clipToPadding="false"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_310">
android:layout_height="@dimen/dp_320">
<com.xscm.moduleutil.widget.RoomFriendshipWheatView