Don't inflate ad view, use it directly in layouts

This commit is contained in:
serso
2016-02-20 14:46:10 +01:00
parent 8b87de2f29
commit 928f23945f
15 changed files with 46 additions and 96 deletions

View File

@@ -29,7 +29,7 @@
a:layout_width="match_parent"
a:layout_height="match_parent">
<include layout="@layout/ad" />
<org.solovyev.android.calculator.AdView style="@style/CppAd" />
<FrameLayout
a:layout_width="match_parent"