<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
|
|
|
|
<style name="ws_pay_showSelfDialog" parent="@android:style/Theme.Dialog">
|
<item name="android:windowFrame">@null</item>
|
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowIsFloating">true</item>
|
<item name="android:windowBackground">@color/ws_pay_alpha</item>
|
<item name="android:windowContentOverlay">@null</item>
|
<item name="android:windowSoftInputMode">adjustPan</item>
|
</style>
|
|
|
|
<!-- 标题导航条 -->
|
<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>
|