medyo / android-about-page

Create an awesome About Page for your Android App in 2 minutes
2.04k stars 281 forks source link

Ads Implementation #143

Closed paul035 closed 4 years ago

paul035 commented 4 years ago

I want to add banner ads in my about us page. Is there any way I can implement it?

medyo commented 4 years ago

No, the library doesn't support such feature. You could hack it by doing:

LinearLayout wrapper = (LinearLayout) aboutPage.findViewById(R.id.about_providers);
wrapper.addView(myAdsView)