| 对比新文件 |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <resources> |
| | | <style name="CustomAppTheme" parent="Theme.AppCompat.Light.NoActionBar"> |
| | | <item name="colorPrimary">@color/colorPrimary</item> |
| | | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> |
| | | <item name="colorAccent">@color/colorAccent</item> |
| | | <item name="android:windowIsTranslucent">true</item> |
| | | <item name="android:windowTranslucentStatus">true</item> |
| | | <item name="android:windowNoTitle">true</item> |
| | | </style> |
| | | |
| | | <style name="WindowActivity" parent="android:style/Theme.Dialog"> |
| | | <!--<!– float_box涓烘垜浠畾涔夌殑绐楀彛鑳屾櫙 锛岃繖涓笉鏄繀椤荤殑–> |
| | | <item name="android:windowBackground">@drawable/float_box</item>--> |
| | | </style> |
| | | |
| | | <style name="cl_center"> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | <item name="layout_constraintBottom_toBottomOf">parent</item> |
| | | </style> |
| | | |
| | | <style name="cl_h_center"> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | </style> |
| | | |
| | | <style name="cl_v_center"> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | <item name="layout_constraintBottom_toBottomOf">parent</item> |
| | | </style> |
| | | |
| | | <style name="cl_left"> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | </style> |
| | | <style name="cl_left_center"> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | <item name="layout_constraintBottom_toBottomOf">parent</item> |
| | | </style> |
| | | <style name="cl_right_center"> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | <item name="layout_constraintBottom_toBottomOf">parent</item> |
| | | </style> |
| | | <style name="cl_right"> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | </style> |
| | | <style name="cl_bottom"> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintBottom_toBottomOf">parent</item> |
| | | </style> |
| | | <style name="cl_top"> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | <item name="layout_constraintTop_toTopOf">parent</item> |
| | | </style> |
| | | <style name="cl_h_match"> |
| | | <item name="layout_constraintEnd_toEndOf">parent</item> |
| | | <item name="layout_constraintStart_toStartOf">parent</item> |
| | | </style> |
| | | |
| | | <style name="sim_nomal"> |
| | | <item name="placeholderImage">@mipmap/img_loading</item> |
| | | <item name="placeholderImageScaleType">centerInside</item> |
| | | <item name="failureImage">@mipmap/img_loading</item> |
| | | <item name="failureImageScaleType">centerInside</item> |
| | | </style> |
| | | |
| | | <style name="sim_head"> |
| | | <item name="placeholderImage">@mipmap/ic_vipimg</item> |
| | | <item name="placeholderImageScaleType">centerInside</item> |
| | | <item name="failureImage">@mipmap/ic_vipimg</item> |
| | | <item name="failureImageScaleType">centerInside</item> |
| | | </style> |
| | | |
| | | <style name="dialog_style" 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:windowContentOverlay">@null</item> |
| | | <item name="android:windowBackground">@drawable/dialog_shape</item> |
| | | </style> |
| | | |
| | | <style name="animate_dialog_business_detial_yhq"> |
| | | <item name="android:windowEnterAnimation">@anim/dialog_business_detial_bottom_to_top_in</item> |
| | | <item name="android:windowExitAnimation">@anim/dialog_business_detial_bottom_to_top_out</item> |
| | | </style> |
| | | |
| | | <style name="MyEditText" parent="Theme.AppCompat.Light"> |
| | | <item name="colorControlNormal">#666666</item> |
| | | <item name="colorControlActivated">#ffffff</item> |
| | | </style> |
| | | <style name="TipDialog" parent="android:style/Theme.Dialog"> |
| | | <item name="android:background">@android:color/transparent</item> |
| | | <item name="android:windowBackground">@android:color/transparent</item> |
| | | <item name="android:windowNoTitle">true</item> |
| | | </style> |
| | | <style name="DialogActivityTheme" parent="Theme.AppCompat.NoActionBar"> |
| | | <item name="android:windowNoTitle">true</item> |
| | | <item name="windowActionBar">false</item> |
| | | <item name="android:windowIsFloating">true</item> |
| | | <item name="android:background">@android:color/transparent</item> |
| | | <item name="android:windowBackground">@android:color/transparent</item> |
| | | </style> |
| | | <style name="style_tip1"> |
| | | <item name="android:textColor">#FF279BAA</item> |
| | | </style> |
| | | <style name="style_tip2"> |
| | | <item name="android:textColor">#FF111111</item> |
| | | </style> |
| | | </resources> |