|
|
@@ -1,5 +1,19 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<resources>
|
|
|
+ <!-- 输入法选择页面 -->
|
|
|
+ <style name="AppTheme.InputMethodPicker" parent="@android:style/Theme.Translucent.NoTitleBar">
|
|
|
+ <!-- 状态栏透明 -->
|
|
|
+ <item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
+ <!-- 关闭半透明状态栏 -->
|
|
|
+ <item name="android:windowTranslucentStatus">false</item>
|
|
|
+ <!-- 确保窗口绘制系统栏背景 -->
|
|
|
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
|
+ <!-- 全屏布局标志 -->
|
|
|
+ <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
|
+ <!-- 导航栏透明 -->
|
|
|
+ <item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
<!-- 弹窗动画 -->
|
|
|
<style name="PopupAnimation">
|
|
|
<item name="android:windowEnterAnimation">@anim/popup_enter</item>
|