| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <resources> |
| | | |
| | | <style name="video_dialog" parent="@android:style/Theme.Dialog"> |
| | | |
| | | <!-- 背景颜色及和透明程度 --> |
| | | <item name="android:windowBackground">@android:color/transparent</item> |
| | | <!-- 是否去除标题 --> |
| | | <item name="android:windowNoTitle">true</item> |
| | | <!-- 是否去除边框 --> |
| | | <item name="android:windowFrame">@null</item> |
| | | <!-- 是否浮现在activity之上 --> |
| | | <item name="android:windowIsFloating">true</item> |
| | | <!-- 是否模糊 --> |
| | | <item name="android:backgroundDimEnabled">true</item> |
| | | </style> |
| | | |
| | | <style name="time_picker_style" parent="Theme.AppCompat"> |
| | | <item name="android:textSize">14sp</item> |
| | | <item name="android:textColorPrimary">@color/lpsdk_textColor</item> |
| | | </style> |
| | | |
| | | </resources> |