enabled background blending on Android 15 for improved edge-to-edge experience
This commit is contained in:
parent
aa3a3de661
commit
3b4ded4362
11 changed files with 90 additions and 4 deletions
|
|
@ -10,6 +10,8 @@
|
|||
<color name="keyboard_background">#e8eaed</color>
|
||||
<color name="keyboard_text">#3d3d3f</color>
|
||||
<color name="keyboard_top_separator">@color/key_fn_background</color>
|
||||
<color name="keyboard_wrapper_background">#00000000</color>
|
||||
<color name="keyboard_wrapper_top_separator">#00000000</color>
|
||||
|
||||
<color name="key_num_background">#fff</color>
|
||||
<color name="key_num_ripple">#eff0f1</color>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layoutDirection">ltr</item>
|
||||
<item name="android:orientation">horizontal</item>
|
||||
<item name="android:background">@color/keyboard_wrapper_background</item>
|
||||
</style>
|
||||
|
||||
<style name="TTheme.FullScreenContainer.SideBumper" parent="">
|
||||
|
|
@ -40,6 +41,10 @@
|
|||
<item name="android:background">@color/keyboard_top_separator</item>
|
||||
</style>
|
||||
|
||||
<style name="TTheme.Bumper.TopSeparator" parent="TTheme.Keyboard.TopSeparator">
|
||||
<item name="android:background">@color/keyboard_wrapper_top_separator</item>
|
||||
</style>
|
||||
|
||||
<!--*******************************************
|
||||
Small
|
||||
*******************************************-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue