kisoft Well-Known Member Licensed User Longtime User Apr 15, 2018 #1 I am looking but I can not find how to do it
Erel B4X founder Staff member Licensed User Longtime User Apr 15, 2018 #2 Which ads service are you using? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 16, 2018 #4 Code to add to the bottom: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/ Adding to the top: B4X: Activity.AddView(BannerAd, 0dip, 0, 100%x, 50dip) Upvote 0
Code to add to the bottom: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/ Adding to the top: B4X: Activity.AddView(BannerAd, 0dip, 0, 100%x, 50dip)
kisoft Well-Known Member Licensed User Longtime User Apr 16, 2018 #5 Hello, thank you for the answer. FullScreen = true and I wanted to display the banner on the top bar. Now it is displayed at the top but under the bar Upvote 0
Hello, thank you for the answer. FullScreen = true and I wanted to display the banner on the top bar. Now it is displayed at the top but under the bar
Erel B4X founder Staff member Licensed User Longtime User Apr 16, 2018 #6 Can you post a screenshot? Upvote 0
kisoft Well-Known Member Licensed User Longtime User Apr 16, 2018 #7 Last edited: Apr 16, 2018 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 16, 2018 #8 The activity is not full screen. You need to set the #FullScreen attribute, not the layout file setting. Upvote 0
The activity is not full screen. You need to set the #FullScreen attribute, not the layout file setting.
kisoft Well-Known Member Licensed User Longtime User Apr 16, 2018 #9 Thank you, Erel B4X: #Region Activity Attributes #FullScreen:true #IncludeTitle:false #End Region I'm a ram. Upvote 0
Thank you, Erel B4X: #Region Activity Attributes #FullScreen:true #IncludeTitle:false #End Region I'm a ram.