android 动态广告图片,android – 如何在动态壁纸的设置屏幕中添加一个admob广告视图?...
這是一個更簡單的解決方案:創建一個顯示單個廣告的新首選項類型.然后,您可以在首選項的xml定義中包含該首選項類型,以顯示一個或多個廣告.
自定義偏好類:
public class AdmobPreference extends Preference
{
public AdmobPreference(Context context) {
super(context, null);
}
public AdmobPreference(Context context, AttributeSet attrs) {
super(context, attrs);
}
@Override
protected View onCreateView(ViewGroup parent) {
//override here to return the admob ad instead of a regular preference display
LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
return inflater.inflate(R.layout.admob_preference, null);
}
}
AdmobPreference的XML布局:
xmlns:myapp="http://schemas.android.com/apk/res/"
android:layout_width="fill_parent" android:layout_height="fill_parent"
>
android:layout_height="wrap_content" myapp:backgroundColor="#000000" myapp:primaryTextColor="#FFFFFF"
myapp:secondaryTextColor="#CCCCCC" />
然后你只需在你的首選項xml定義中添加這樣的東西:
android:orderingFromXml="true">
... other preferences ...
總結
以上是生活随笔為你收集整理的android 动态广告图片,android – 如何在动态壁纸的设置屏幕中添加一个admob广告视图?...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php psr2规范,php标准规范详解
- 下一篇: php 调用扫描仪,如何从浏览器中触发扫