This repository was archived by the owner on Nov 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +2
-90
lines changed Expand file tree Collapse file tree 6 files changed +2
-90
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
17
17
<!-- Motion-->
18
18
19
- <style name =" Animation.Reply.BottomSheet.Modal" parent =" Animation.AppCompat.Dialog" >
20
- <item name =" android:windowEnterAnimation" >@anim/bottom_sheet_slide_in</item >
21
- <item name =" android:windowExitAnimation" >@anim/bottom_sheet_slide_out</item >
22
- </style >
23
-
24
19
<integer name =" reply_motion_default_duration" >350</integer >
25
20
<integer name =" reply_motion_short_duration" >250</integer >
26
21
<integer name =" reply_motion_micro_duration" >175</integer >
Original file line number Diff line number Diff line change 31
31
<item name =" cornerSize" >@dimen/reply_large_component_corner_radius</item >
32
32
</style >
33
33
34
- <!-- ShapeAppearance overlay to square bottom corners on views which align to the -->
35
- <!-- bottom of the screen-->
36
- <style name =" ShapeAppearanceOverlay.Reply.BottomSheet" parent =" " >
37
- <item name =" cornerSizeBottomLeft" >0dp</item >
38
- <item name =" cornerSizeBottomRight" >0dp</item >
39
- </style >
40
-
41
34
<!-- ShapeAppearance overlay for components which can be 'marked' by rounding their top left -->
42
35
<!-- corner - ie. email cards which have been starred-->
43
36
<style name =" ShapeAppearanceOverlay.Reply.MediumComponent.Marked" parent =" " >
44
- <item name =" cornerSizeTopLeft" >@dimen/medium_component_marked_corner_radius </item >
37
+ <item name =" cornerSizeTopLeft" >@dimen/reply_small_component_corner_radius </item >
45
38
</style >
46
39
47
40
<dimen name =" reply_small_component_corner_radius" >24dp</dimen >
48
41
<dimen name =" reply_medium_component_corner_radius" >0dp</dimen >
49
42
<dimen name =" reply_large_component_corner_radius" >12dp</dimen >
50
43
51
- <dimen name =" medium_component_marked_corner_radius" >24dp</dimen >
52
-
53
44
</resources >
Original file line number Diff line number Diff line change 16
16
17
17
<!-- Components-->
18
18
19
- <!-- Bottom Sheets-->
20
- <style name =" Widget.Reply.BottomSheet.Modal" parent =" Widget.MaterialComponents.BottomSheet.Modal" >
21
- <item name =" enforceMaterialTheme" >true</item >
22
- <item name =" shapeAppearance" >?shapeAppearanceLargeComponent</item >
23
- <item name =" shapeAppearanceOverlay" >@style/ShapeAppearanceOverlay.Reply.BottomSheet</item >
24
- <item name =" backgroundTint" >?colorSurface</item >
25
- </style >
26
-
27
19
<style name =" Widget.Reply.NavigationView" parent =" Widget.MaterialComponents.NavigationView" >
28
20
<!-- Remove any scrim insets applied by NavigationView for system bars-->
29
21
<item name =" insetForeground" >@android:color/transparent</item >
Original file line number Diff line number Diff line change 66
66
67
67
<!-- Styles-->
68
68
<item name =" bottomAppBarStyle" >@style/Widget.MaterialComponents.BottomAppBar.Colored</item >
69
- <item name =" bottomSheetStyle" >@style/Widget.Reply.BottomSheet.Modal</item >
70
- <item name =" bottomSheetDialogTheme" >@style/Base.ThemeOverlay.Reply.BottomSheetDialog</item >
69
+ <item name =" bottomSheetStyle" >@style/Widget.MaterialComponents.BottomSheet.Modal</item >
71
70
<item name =" navigationViewStyle" >@style/Widget.Reply.NavigationView</item >
72
71
<item name =" chipStyle" >@style/Widget.Reply.Chip.Entry</item >
73
72
74
73
<!-- System/Platform attributes-->
75
74
<item name =" android:windowBackground" >?android:colorBackground</item >
76
75
<item name =" android:windowLightStatusBar" tools : ignore =" NewApi" >true</item >
77
76
</style >
78
-
79
- <style name =" Base.ThemeOverlay.Reply.BottomSheetDialog" parent =" ThemeOverlay.MaterialComponents.Dialog" >
80
- <item name =" android:windowIsFloating" >false</item >
81
- <item name =" android:windowBackground" >@android:color/transparent</item >
82
- <item name =" android:statusBarColor" >@android:color/transparent</item >
83
- <item name =" bottomSheetStyle" >@style/Widget.Reply.BottomSheet.Modal</item >
84
- <item name =" android:windowAnimationStyle" >@style/Animation.Reply.BottomSheet.Modal</item >
85
- <item name =" android:navigationBarColor" >?colorSurface</item >
86
- <item name =" android:windowLightNavigationBar" tools : ignore =" newApi" >true</item >
87
- </style >
88
-
89
77
</resources >
You can’t perform that action at this time.
0 commit comments