- 浏览: 8351 次
最新评论
-
337240552:
4.0不管用
alertDialog设置主题theme的方法
文章列表
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(this, R.style.AlertDialogCustom));
resources中定义
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AlertDialogCustom" parent="@android ...
Android深入探究笔记之三 -- Intent (隐式意图和显示意图)
http://blog.csdn.net/wenlin56/article/details/6071076