R.style.dialog:
<?xml version="1.0"encoding="utf-8"?>
<resources>
<style name="dialog"parent="@android:style/Theme.Dialog">
<itemname="android:windowNoTitle">true</item>
</style>
</resources>
R.drawable.titlebgline:
<?xml version="1.0"encoding="utf-8"?> <shapexmlns:android="http://www.easck.com/apk/res/android"> <gradientandroid:startColor="#ff9911" android:endColor="#FF9911"/> <strokeandroid:width="1dp" android:color="@color/inputTxt" /> <cornersandroid:radius="5dp" /> </shape>
希望本文所述对大家Android程序设计有所帮助。
注:相关教程知识阅读请移步到Android开发频道。










