Commit b2b02c9b authored by wanglei's avatar wanglei

...ad

parent fa38c256
...@@ -23,7 +23,6 @@ class AppManagerAnimationActivity : BaseActivity<ActivityAppManagerAnimationBind ...@@ -23,7 +23,6 @@ class AppManagerAnimationActivity : BaseActivity<ActivityAppManagerAnimationBind
override fun initView() { override fun initView() {
playLottie() playLottie()
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -24,7 +24,6 @@ class BatteryInfoAnimationActivity : BaseActivity<ActivityBatteryInfoAnimationBi ...@@ -24,7 +24,6 @@ class BatteryInfoAnimationActivity : BaseActivity<ActivityBatteryInfoAnimationBi
override fun initView() { override fun initView() {
playLottie() playLottie()
AdmobUtils.showNativeAd(this@BatteryInfoAnimationActivity, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -23,7 +23,6 @@ class LargeFileAnimationActivity : BaseActivity<ActivityLargeFileAnimationBindin ...@@ -23,7 +23,6 @@ class LargeFileAnimationActivity : BaseActivity<ActivityLargeFileAnimationBindin
override fun initView() { override fun initView() {
playLottie() playLottie()
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -18,7 +18,6 @@ class ScanJunkActivity : BaseActivity<ActivityLayoutScanJunkBinding>() { ...@@ -18,7 +18,6 @@ class ScanJunkActivity : BaseActivity<ActivityLayoutScanJunkBinding>() {
} }
override fun initView() { override fun initView() {
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -29,7 +29,6 @@ class ScreenShotAnimationActivity : BaseActivity<ActivityScreenShotAnimationBind ...@@ -29,7 +29,6 @@ class ScreenShotAnimationActivity : BaseActivity<ActivityScreenShotAnimationBind
override fun initView() { override fun initView() {
playLottie() playLottie()
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -27,8 +27,6 @@ class RepeatPhotoAnimationActivity : BaseActivity<ActivityRepeatPhotoAnimationBi ...@@ -27,8 +27,6 @@ class RepeatPhotoAnimationActivity : BaseActivity<ActivityRepeatPhotoAnimationBi
startActivity(Intent(this@RepeatPhotoAnimationActivity, RepeatPhotoActivity::class.java)) startActivity(Intent(this@RepeatPhotoAnimationActivity, RepeatPhotoActivity::class.java))
finish() finish()
}, Random.nextLong(2500, 4000)) }, Random.nextLong(2500, 4000))
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -23,7 +23,6 @@ class WhatsAppCleanerAnimationActivity : BaseActivity<ActivityWhatsAppCleanerAni ...@@ -23,7 +23,6 @@ class WhatsAppCleanerAnimationActivity : BaseActivity<ActivityWhatsAppCleanerAni
override fun initView() { override fun initView() {
playLottie() playLottie()
AdmobUtils.showNativeAd(this, binding.flAd)
} }
override fun initListener() { override fun initListener() {
......
...@@ -35,10 +35,4 @@ ...@@ -35,10 +35,4 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -35,10 +35,4 @@ ...@@ -35,10 +35,4 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -49,9 +49,4 @@ ...@@ -49,9 +49,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -54,10 +54,6 @@ ...@@ -54,10 +54,6 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -46,10 +46,5 @@ ...@@ -46,10 +46,5 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -40,9 +40,5 @@ ...@@ -40,9 +40,5 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id="@+id/fl_ad"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -43,10 +43,4 @@ ...@@ -43,10 +43,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </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