新增【全服公告优化】

This commit is contained in:
zlzw 2024-05-27 14:03:20 +08:00
parent bc63a3e601
commit 225929c891

View File

@ -1227,6 +1227,7 @@
android:id="@+id/full_service_notice_new_bg" android:id="@+id/full_service_notice_new_bg"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="40dp" android:layout_height="40dp"
android:layout_marginStart="3dp"
android:scaleType="fitXY" android:scaleType="fitXY"
android:src="@mipmap/full_service_notice_new_tmp_bg" android:src="@mipmap/full_service_notice_new_tmp_bg"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
@ -1238,7 +1239,7 @@
android:id="@+id/full_service_notice_new_icon" android:id="@+id/full_service_notice_new_icon"
android:layout_width="52dp" android:layout_width="52dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_marginStart="6dp" android:layout_marginStart="0dp"
android:scaleType="fitCenter" android:scaleType="fitCenter"
android:src="@mipmap/full_service_notice_new_tmp_icon" android:src="@mipmap/full_service_notice_new_tmp_icon"
android:visibility="gone" android:visibility="gone"
@ -1283,6 +1284,7 @@
android:id="@+id/iv_look_full_service_notice_new3" android:id="@+id/iv_look_full_service_notice_new3"
android:layout_width="56dp" android:layout_width="56dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="1dp"
android:layout_marginEnd="5dp"> android:layout_marginEnd="5dp">
<ImageView <ImageView