修改礼物弹框高度
This commit is contained in:
parent
09687fb318
commit
73fb523ddc
@ -131,7 +131,7 @@
|
|||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:layout_marginBottom="8dp"/>
|
android:layout_marginBottom="1dp"/>
|
||||||
|
|
||||||
<androidx.viewpager.widget.ViewPager
|
<androidx.viewpager.widget.ViewPager
|
||||||
android:id="@+id/vpWrapList"
|
android:id="@+id/vpWrapList"
|
||||||
@ -139,7 +139,7 @@
|
|||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="1dp"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="66dp"
|
android:layout_height="55dp"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:paddingLeft="10dp"
|
android:paddingLeft="10dp"
|
||||||
android:paddingRight="10dp">
|
android:paddingRight="10dp">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:mfl_ratio="1.1"
|
app:mfl_ratio="1"
|
||||||
android:background="@drawable/bg_live_gift_items"
|
android:background="@drawable/bg_live_gift_items"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user