Commit 00db238c authored by wanglei's avatar wanglei

...ad

parent b2b02c9b
...@@ -75,7 +75,6 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() { ...@@ -75,7 +75,6 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
BarUtils.setStatusBarColor(this, Color.TRANSPARENT) BarUtils.setStatusBarColor(this, Color.TRANSPARENT)
binding.root.updatePadding(top = BarUtils.getStatusBarHeight()) binding.root.updatePadding(top = BarUtils.getStatusBarHeight())
AdmobUtils.showNativeAd(this@CleanJunkActivity, binding.flAd)
setAdapter() setAdapter()
} }
......
...@@ -97,11 +97,6 @@ ...@@ -97,11 +97,6 @@
android:layout_weight="1" android:layout_weight="1"
android:visibility="visible" /> android:visibility="visible" />
<FrameLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.noober.background.view.BLTextView <com.noober.background.view.BLTextView
android:id="@+id/id_cl_btn" android:id="@+id/id_cl_btn"
android:layout_width="match_parent" android:layout_width="match_parent"
......
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