Commit f823e9f0 authored by wanglei's avatar wanglei

同步代码

parent 7fd6a633
Pipeline #1182 canceled with stages
......@@ -89,6 +89,7 @@ class NotificationCleanActivity : BaseActivity<ActivityLayoutTionCleanBinding>()
if (ConfigHelper.isOpenNotification) {
binding.idNeedNotifcationPremison.isVisible = false
playAnimal()
AdmobUtils.showNativeAd(this, binding.flAd)
} else {
finishToMain()
}
......
......@@ -205,16 +205,11 @@
tools:ignore="HardcodedText" />
<FrameLayout
android:layout_gravity="bottom"
android:id="@+id/fl_ad_permission"
android:layout_width="match_parent"
android:layout_height="0dp">
<FrameLayout
android:id="@+id/fl_ad_permission"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
</FrameLayout>
android:layout_height="wrap_content"
android:layout_marginTop="30dp" />
</androidx.appcompat.widget.LinearLayoutCompat>
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
......@@ -25,7 +26,8 @@
android:textSize="13sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/id_t_guanbi" />
app:layout_constraintTop_toBottomOf="@+id/id_t_guanbi"
tools:ignore="HardcodedText" />
<com.airbnb.lottie.LottieAnimationView
......@@ -58,5 +60,6 @@
android:textSize="18sp"
app:bl_corners_radius="24dp"
app:bl_solid_color="@color/theme_color"
app:layout_constraintBottom_toBottomOf="parent" />
app:layout_constraintBottom_toBottomOf="parent"
tools:ignore="HardcodedText" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment