1、修改包的图片
2、修改房间的所有进出方式
This commit is contained in:
@@ -52,12 +52,11 @@
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginStart="@dimen/dp_20"
|
||||
android:layout_gravity="left"
|
||||
android:text="取消"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:textColor="@color/color_FF999999"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@drawable/bg_r53_f3f3f3"
|
||||
|
||||
/>
|
||||
|
||||
<Button
|
||||
@@ -66,8 +65,6 @@
|
||||
android:layout_height="@dimen/dp_42"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="@dimen/dp_20"
|
||||
android:layout_gravity="right"
|
||||
android:text="确认"
|
||||
android:background="@drawable/cs"/>
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:text="首次充值"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:textColor="@color/color_FF333333"
|
||||
android:textColor="#F4DF39"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/tv_title2"
|
||||
@@ -56,7 +56,7 @@
|
||||
android:layout_marginStart="@dimen/dp_5"
|
||||
android:text="首次充值"
|
||||
android:textSize="@dimen/sp_12"
|
||||
android:textColor="@color/color_FF999999"
|
||||
android:textColor="@color/black"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -175,7 +175,8 @@
|
||||
android:layout_height="@dimen/dp_14"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textColor="@color/black"
|
||||
android:textStyle="bold"
|
||||
android:textSize="@dimen/sp_12"
|
||||
tools:text="请选择礼物" />
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
|
||||
<!-- 2025年9月19日02:06:46,这里隐藏,原因是:目前没有分享出去的界面-->
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp_71"
|
||||
@@ -48,7 +48,9 @@
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:layout_marginEnd="@dimen/dp_16"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
|
||||
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
android:id="@+id/iv_frame"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="-2dp"
|
||||
android:layout_marginEnd="-2dp"
|
||||
android:layout_marginTop="-2dp"
|
||||
android:layout_marginBottom="-2dp"
|
||||
android:layout_marginStart="-4dp"
|
||||
android:layout_marginEnd="-4dp"
|
||||
android:layout_marginTop="-4dp"
|
||||
android:layout_marginBottom="-4dp"
|
||||
app:layout_constraintStart_toStartOf="@id/riv"
|
||||
app:layout_constraintEnd_toEndOf="@id/riv"
|
||||
app:layout_constraintTop_toTopOf="@id/riv"
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
app:layout_constraintEnd_toEndOf="@id/riv"
|
||||
app:layout_constraintStart_toStartOf="@id/riv"
|
||||
app:layout_constraintTop_toTopOf="@id/riv"
|
||||
android:layout_margin="-5dp"/>
|
||||
android:layout_margin="-10dp"/>
|
||||
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/iv_ripple"
|
||||
|
||||
Reference in New Issue
Block a user