修改巡乐会动画
This commit is contained in:
@@ -105,6 +105,18 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/gv_fz"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/dp_34"
|
||||
android:src="@mipmap/xlhxd"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintEnd_toStartOf="@+id/gv_sdlw"
|
||||
app:layout_constraintStart_toEndOf="@+id/gv_xyz"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:translationY="-70dp"
|
||||
/>
|
||||
|
||||
|
||||
<com.xscm.moduleutil.view.QXMeetGiftView
|
||||
android:id="@+id/gv_fzlw"
|
||||
@@ -116,6 +128,20 @@
|
||||
android:translationY="@dimen/dp_78"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_number"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="-5dp"
|
||||
android:layout_marginTop="@dimen/dp_5"
|
||||
app:layout_constraintStart_toEndOf="@+id/gv_sdlw"
|
||||
app:layout_constraintEnd_toEndOf="@+id/gv_sdlw"
|
||||
app:layout_constraintTop_toTopOf="@+id/gv_sdlw"
|
||||
android:translationY="@dimen/dp_68"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:textColor="#FFBB00"
|
||||
tools:text="1"
|
||||
/>
|
||||
|
||||
<com.xscm.moduleutil.view.QXMeetGiftView
|
||||
android:id="@+id/gv_sdlw"
|
||||
|
||||
Reference in New Issue
Block a user