引用 ApiDemo的第一个应用:CustomDialog(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-19 21:54 点击:次
在value下创建一个styles.xml,在styles.xml中引用filled_box.xml
Xml代码
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.CustomDialog" parent="android:style/Theme.Dialog">
<item name="android:windowBackground">@drawable/filled_box</item>
</style>
</resources>
activity的配置文件:custom_dialog_activity.xml
Xml代码
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical|center_horizontal"
android:text="@string/custom_dialog_activity_text"
/>
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>