管灌系统巡查员智能手机App
app/src/main/res/values/styles.xml
@@ -4,7 +4,7 @@
    <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>
@@ -13,15 +13,17 @@
        <item name="android:windowSoftInputMode">adjustPan</item>
    </style>
    <!-- 自定义对话框样式 -->
    <style name="CustomDialog" parent="Theme.AppCompat.Light.Dialog">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
        <item name="android:backgroundDimEnabled">true</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>