File tree 7 files changed +82
-4
lines changed
lib/java/com/google/android/material
7 files changed +82
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Copyright (C) 2025 The Android Open Source Project
4
+ ~
5
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
6
+ ~ you may not use this file except in compliance with the License.
7
+ ~ You may obtain a copy of the License at
8
+ ~
9
+ ~ http://www.apache.org/licenses/LICENSE-2.0
10
+ ~
11
+ ~ Unless required by applicable law or agreed to in writing, software
12
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
13
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ ~ See the License for the specific language governing permissions and
15
+ ~ limitations under the License.
16
+ -->
17
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
18
+ <item android : alpha =" @dimen/m3_ripple_pressed_alpha" android : color =" ?attr/colorOnSurfaceVariant" android : state_pressed =" true" />
19
+ <item android : alpha =" @dimen/m3_ripple_focused_alpha" android : color =" ?attr/colorOnSurfaceVariant" android : state_focused =" true" />
20
+ <item android : alpha =" @dimen/m3_ripple_hovered_alpha" android : color =" ?attr/colorOnSurfaceVariant" android : state_hovered =" true" />
21
+ <item android : alpha =" @dimen/m3_ripple_default_alpha" android : color =" ?attr/colorOnSurfaceVariant" />
22
+ </selector >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Copyright (C) 2025 The Android Open Source Project
4
+ ~
5
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
6
+ ~ you may not use this file except in compliance with the License.
7
+ ~ You may obtain a copy of the License at
8
+ ~
9
+ ~ http://www.apache.org/licenses/LICENSE-2.0
10
+ ~
11
+ ~ Unless required by applicable law or agreed to in writing, software
12
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
13
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ ~ See the License for the specific language governing permissions and
15
+ ~ limitations under the License.
16
+ -->
17
+ <resources >
18
+ <style name =" Base.Theme.Material3.Light.Dialog" parent =" Base.V23.Theme.Material3.Light.Dialog" />
19
+ <style name =" Base.Theme.Material3.Dark.Dialog" parent =" Base.V23.Theme.Material3.Dark.Dialog" />
20
+ </resources >
Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
<resources >
18
- <style name =" Base.V24.Theme.Material3.Light.Dialog" parent =" Base.V14 .Theme.Material3.Light.Dialog" >
18
+ <style name =" Base.V24.Theme.Material3.Light.Dialog" parent =" Base.V23 .Theme.Material3.Light.Dialog" >
19
19
<item name =" android:contextPopupMenuStyle" >@style/Widget.Material3.PopupMenu.ContextMenu</item >
20
20
</style >
21
21
22
- <style name =" Base.V24.Theme.Material3.Dark.Dialog" parent =" Base.V14 .Theme.Material3.Dark.Dialog" >
22
+ <style name =" Base.V24.Theme.Material3.Dark.Dialog" parent =" Base.V23 .Theme.Material3.Dark.Dialog" >
23
23
<item name =" android:contextPopupMenuStyle" >@style/Widget.Material3.PopupMenu.ContextMenu</item >
24
24
</style >
25
25
Original file line number Diff line number Diff line change 603
603
<item name =" dynamicColorThemeOverlay" >@style/ThemeOverlay.Material3.DynamicColors.Dark</item >
604
604
</style >
605
605
606
+ <style name =" Base.V23.Theme.Material3.Light.Dialog" parent =" Base.V14.Theme.Material3.Light.Dialog" >
607
+ <item name =" colorControlHighlight" >@color/m3_on_surface_variant_ripple_selector</item >
608
+ </style >
609
+
610
+ <style name =" Base.V23.Theme.Material3.Dark.Dialog" parent =" Base.V14.Theme.Material3.Dark.Dialog" >
611
+ <item name =" colorControlHighlight" >@color/m3_on_surface_variant_ripple_selector</item >
612
+ </style >
613
+
606
614
<style name =" Base.Theme.Material3.Light.Dialog" parent =" Base.V14.Theme.Material3.Light.Dialog" />
607
615
<style name =" Base.Theme.Material3.Dark.Dialog" parent =" Base.V14.Theme.Material3.Dark.Dialog" />
608
616
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ ~ Copyright (C) 2025 The Android Open Source Project
4
+ ~
5
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
6
+ ~ you may not use this file except in compliance with the License.
7
+ ~ You may obtain a copy of the License at
8
+ ~
9
+ ~ http://www.apache.org/licenses/LICENSE-2.0
10
+ ~
11
+ ~ Unless required by applicable law or agreed to in writing, software
12
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
13
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ ~ See the License for the specific language governing permissions and
15
+ ~ limitations under the License.
16
+ -->
17
+ <resources >
18
+ <style name =" Base.Theme.Material3.Light" parent =" Base.V23.Theme.Material3.Light" />
19
+ <style name =" Base.Theme.Material3.Dark" parent =" Base.V23.Theme.Material3.Dark" />
20
+ </resources >
Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
<resources >
18
- <style name =" Base.V24.Theme.Material3.Light" parent =" Base.V14 .Theme.Material3.Light" >
18
+ <style name =" Base.V24.Theme.Material3.Light" parent =" Base.V23 .Theme.Material3.Light" >
19
19
<item name =" android:contextPopupMenuStyle" >@style/Widget.Material3.PopupMenu.ContextMenu</item >
20
20
</style >
21
21
22
- <style name =" Base.V24.Theme.Material3.Dark" parent =" Base.V14 .Theme.Material3.Dark" >
22
+ <style name =" Base.V24.Theme.Material3.Dark" parent =" Base.V23 .Theme.Material3.Dark" >
23
23
<item name =" android:contextPopupMenuStyle" >@style/Widget.Material3.PopupMenu.ContextMenu</item >
24
24
</style >
25
25
Original file line number Diff line number Diff line change 633
633
<item name =" dynamicColorThemeOverlay" >@style/ThemeOverlay.Material3.DynamicColors.Dark</item >
634
634
</style >
635
635
636
+ <style name =" Base.V23.Theme.Material3.Light" parent =" Base.V14.Theme.Material3.Light" >
637
+ <item name =" colorControlHighlight" >@color/m3_on_surface_variant_ripple_selector</item >
638
+ </style >
639
+
640
+ <style name =" Base.V23.Theme.Material3.Dark" parent =" Base.V14.Theme.Material3.Dark" >
641
+ <item name =" colorControlHighlight" >@color/m3_on_surface_variant_ripple_selector</item >
642
+ </style >
643
+
636
644
<style name =" Base.Theme.Material3.Light" parent =" Base.V14.Theme.Material3.Light" />
637
645
<style name =" Base.Theme.Material3.Dark" parent =" Base.V14.Theme.Material3.Dark" />
638
646
You can’t perform that action at this time.
0 commit comments