bugly升级弹窗UI适配

This commit is contained in:
huangjian
2022-09-08 17:00:01 +08:00
parent d8dab35c0a
commit 6768e8b1f8

View File

@@ -30,10 +30,10 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-35dp"
android:layout_marginTop="-50dp"
>
<ImageView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:tag="beta_upgrade_banner"
android:scaleType="centerCrop"
@@ -130,7 +130,7 @@
android:tag="beta_cancel_button"
android:text="下次再说"
android:layout_marginEnd="@dimen/dp_10"
android:textColor="#795EEF"
android:textColor="@color/color_7154EE"
android:textSize="@dimen/dp_14"/>
<!-- 【必设】确认按钮tagbeta_confirm_button-->
<TextView