首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

alertdialog 应用系统选择时改变 默认字体大小

2012-09-29 
alertdialog 使用系统选择时改变 默认字体大小ContextThemeWrapper ctw new ContextThemeWrapper( getAc

alertdialog 使用系统选择时改变 默认字体大小

ContextThemeWrapper ctw = new ContextThemeWrapper( getActivity(), R.style.AlertDialogCustom );Builder builder = new AlertDialog.Builder(btw);  <style name="AlertDialogCustom" parent="@android:style/Theme.Dialog">        <item name="android:textSize">15sp</item>    </style>
?

热点排行