ipu的trunk版的android工程和服务端工程。
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="CustomDialogTheme" parent="@android:style/Theme.Dialog"> <!-- 无标题 --> <item name="android:windowNoTitle">true</item> </style> </resources>