管灌系统巡查员智能手机App
zuoxiao
2025-01-14 5f4c3669ddd8fe27449b04a4b9db12b2ca4b3688
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>
@@ -15,13 +15,5 @@
    <!-- 标题导航条 -->
    <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>