Commit 7b379b24 authored by wanglei's avatar wanglei

...

parent a60da27a
......@@ -33,7 +33,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
binding.root.updatePadding(top = BarUtils.getStatusBarHeight())
// showRateStarPopDialog()
showExitFunctionDialog()
// showExitFunctionDialog()
}
override fun onResume() {
......
......@@ -28,7 +28,7 @@ class NativeView @JvmOverloads constructor(
nativeAd ?: return
val adView = LayoutInflater.from(context)
.inflate(R.layout.layout_native_small, this, false) as NativeAdView
.inflate(R.layout.layout_native_custom, this, false) as NativeAdView
adView.mediaView = adView.findViewById(R.id.ad_media)
adView.headlineView = adView.findViewById(R.id.ad_headline)
......
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