values-v28.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <item format="float" name="m3_sys_state_dragged_state_layer_opacity" type="dimen">0.16</item>
  4. <item format="float" name="m3_sys_state_focus_state_layer_opacity" type="dimen">0.2</item>
  5. <item format="float" name="m3_sys_state_hover_state_layer_opacity" type="dimen">0.4</item>
  6. <item format="float" name="m3_sys_state_pressed_state_layer_opacity" type="dimen">0.12</item>
  7. <item format="float" name="mtrl_high_ripple_default_alpha" type="dimen">0.24</item>
  8. <item format="float" name="mtrl_high_ripple_focused_alpha" type="dimen">0.40</item>
  9. <item format="float" name="mtrl_high_ripple_hovered_alpha" type="dimen">0.40</item>
  10. <item format="float" name="mtrl_high_ripple_pressed_alpha" type="dimen">0.24</item>
  11. <item format="float" name="mtrl_low_ripple_default_alpha" type="dimen">0.12</item>
  12. <item format="float" name="mtrl_low_ripple_focused_alpha" type="dimen">0.20</item>
  13. <item format="float" name="mtrl_low_ripple_hovered_alpha" type="dimen">0.20</item>
  14. <item format="float" name="mtrl_low_ripple_pressed_alpha" type="dimen">0.12</item>
  15. <style name="Base.Theme.AppCompat" parent="Base.V28.Theme.AppCompat"/>
  16. <style name="Base.Theme.AppCompat.Light" parent="Base.V28.Theme.AppCompat.Light"/>
  17. <style name="Base.V28.Theme.AppCompat" parent="Base.V26.Theme.AppCompat">
  18. <item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
  19. </style>
  20. <style name="Base.V28.Theme.AppCompat.Light" parent="Base.V26.Theme.AppCompat.Light">
  21. <item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
  22. </style>
  23. <style name="WhiteBackgroundDialogTheme" parent="@android:style/Theme.Material.Dialog.NoActionBar">
  24. <item name="android:windowNoTitle">true</item>
  25. <item name="android:windowFullscreen">false</item>
  26. <item name="android:windowOverscan">true</item>
  27. <item name="android:fadingEdge">none</item>
  28. <item name="android:windowBackground">@android:color/white</item>
  29. <item name="android:windowContentTransitions">false</item>
  30. <item name="android:windowAnimationStyle">@null</item>
  31. </style>
  32. <style name="WhiteBackgroundTheme" parent="@android:style/Theme.Material.NoActionBar.Fullscreen">
  33. <item name="android:windowNoTitle">true</item>
  34. <item name="android:windowFullscreen">false</item>
  35. <item name="android:windowOverscan">true</item>
  36. <item name="android:fadingEdge">none</item>
  37. <item name="android:windowBackground">@android:color/white</item>
  38. <item name="android:windowContentTransitions">false</item>
  39. <item name="android:windowAnimationStyle">@null</item>
  40. </style>
  41. <style name="Widget.Material3.BottomNavigationView" parent="Base.Widget.Material3.BottomNavigationView">
  42. <item name="android:outlineAmbientShadowColor">@android:color/transparent</item>
  43. <item name="android:outlineSpotShadowColor">@android:color/transparent</item>
  44. </style>
  45. </resources>