| | |
| | | |
| | | |
| | | |
| | | <style name="ws_pay_showSelfDialog" parent="@android:style/Theme.Dialog"> |
| | | <style name="showSelfDialog" parent="@android:style/Theme.Dialog"> |
| | | <item name="android:windowFrame">@null</item> |
| | | <item name="android:windowNoTitle">true</item> |
| | | <item name="android:windowIsFloating">true</item> |
| | |
| | | |
| | | |
| | | |
| | | <!-- 标题导航条 --> |
| | | <declare-styleable name="TitleBar"> |
| | | <attr name="leftText" format="string" /> |
| | | <attr name="centerText" format="string" /> |
| | | <attr name="rightText" format="string" /> |
| | | <attr name="leftImage" format="integer"></attr> |
| | | <attr name="centerImage" format="integer"></attr> |
| | | <attr name="rightImage" format="integer"></attr> |
| | | </declare-styleable> |
| | | |
| | | </resources> |