11<resources >
22 <!-- Base application theme. -->
3- <style name =" LibSearchViewDialog_AppTheme " parent =" Theme.MaterialComponents.Light.NoActionBar" >
3+ <style name =" AppTheme " parent =" Theme.MaterialComponents.Light.NoActionBar" >
44 <!-- Customize your theme here. -->
55 <item name =" colorPrimary" >@color/colorPrimary</item >
66 <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
77 <item name =" colorAccent" >@color/colorAccent</item >
88 </style >
99
10- <style name =" LibSearchViewDialog_AppTheme2 " parent =" ThemeOverlay.MaterialComponents.MaterialCalendar" >
10+ <style name =" AppTheme2 " parent =" ThemeOverlay.MaterialComponents.MaterialCalendar" >
1111 <!-- Customize your theme here. -->
1212 <item name =" colorPrimary" >@color/green_600</item >
1313 <item name =" colorPrimaryDark" >@color/deep_orange_700</item >
1414 <item name =" colorAccent" >@color/lime_A100</item >
1515 </style >
1616
17- <style name =" LibSearchViewDialog_DialogStyle " parent =" Theme.MaterialComponents.Light.Dialog" >
17+ <style name =" DialogStyle " parent =" Theme.MaterialComponents.Light.Dialog" >
1818 <item name =" android:windowMinWidthMajor" >80%</item >
1919 <item name =" android:windowMinWidthMinor" >80%</item >
2020 </style >
2121
22- <style name =" LibSearchViewDialog_DialogStyle_In " parent =" Theme.MaterialComponents.Light.Dialog" >
22+ <style name =" DialogStyle_In " parent =" Theme.MaterialComponents.Light.Dialog" >
2323 <item name =" android:windowMinWidthMajor" >80%</item >
2424 <item name =" android:windowMinWidthMinor" >80%</item >
2525 <item name =" android:windowEnterAnimation" >@anim/anim_in</item >
2626 <item name =" android:windowExitAnimation" >@anim/anim_out</item >
2727 </style >
2828
29- <style name =" LibSearchViewDialog_DialogStyle_Slide " parent =" Theme.MaterialComponents.Light.Dialog" >
29+ <style name =" DialogStyle_Slide " parent =" Theme.MaterialComponents.Light.Dialog" >
3030 <item name =" android:windowMinWidthMajor" >80%</item >
3131 <item name =" android:windowMinWidthMinor" >80%</item >
3232 <item name =" android:windowEnterAnimation" >@anim/slide_up</item >
3333 <item name =" android:windowExitAnimation" >@anim/slide_down</item >
3434 </style >
3535
36- <style name =" LibSearchViewDialog_MyDivider" >
37- <item name =" android:layout_width" >match_parent</item >
38- <item name =" android:layout_height" >1dp</item >
39- <item name =" android:layout_marginTop" >@dimen/text_margin</item >
40- <item name =" android:background" >@color/divider</item >
41- </style >
42-
43- <style name =" LibSearchViewDialog_MyTextHeader" >
44- <item name =" android:layout_width" >wrap_content</item >
45- <item name =" android:layout_height" >wrap_content</item >
46- <item name =" android:alpha" >1</item >
47- <item name =" android:textStyle" >bold</item >
48- <item name =" android:textColor" >@color/text_header</item >
49- <item name =" android:textSize" >@dimen/h3</item >
50- <item name =" android:layout_marginTop" >@dimen/text_margin</item >
51- </style >
52-
53- <style name =" LibSearchViewDialog_MyTextContent" >
54- <item name =" android:layout_width" >wrap_content</item >
55- <item name =" android:layout_height" >wrap_content</item >
56- <item name =" android:alpha" >1</item >
57- <item name =" android:textColor" >@color/text_content</item >
58- <item name =" android:textSize" >@dimen/h3</item >
59- </style >
60-
61- <style name =" LibSearchViewDialog_MyButtonText" parent =" Widget.MaterialComponents.Button.TextButton" >
62- <item name =" android:layout_height" >@dimen/button_height</item >
63- <item name =" android:layout_width" >wrap_content</item >
64- <item name =" android:textColor" >@color/colorPrimary</item >
65- </style >
66-
67- <style name =" LibSearchViewDialog_MyButtonOutlined" parent =" Widget.MaterialComponents.Button.OutlinedButton" >
68- <item name =" android:layout_height" >@dimen/button_height</item >
69- <item name =" android:layout_width" >wrap_content</item >
70- </style >
71-
72- <style name =" LibSearchViewDialog_MyButtonContained" >
73- <item name =" android:layout_height" >@dimen/button_height</item >
74- <item name =" android:layout_width" >wrap_content</item >
75- </style >
76-
77- <style name =" LibSearchViewDialog_MyButtonIcon" parent =" Widget.MaterialComponents.Button.Icon" >
78- <item name =" android:layout_height" >@dimen/button_height</item >
79- <item name =" android:layout_width" >wrap_content</item >
80- </style >
81-
82- <style name =" LibSearchViewDialog_MyTextInputLayoutOutlinedBox" parent =" Widget.MaterialComponents.TextInputLayout.OutlinedBox" >
83- <item name =" android:layout_width" >match_parent</item >
84- <item name =" android:layout_height" >wrap_content</item >
85- <item name =" android:layout_marginTop" >@dimen/space_between_edittext</item >
86- </style >
87-
88- <style name =" LibSearchViewDialog_MyTextInputEditText" >
89- <item name =" android:layout_width" >match_parent</item >
90- <item name =" android:layout_height" >wrap_content</item >
91- <item name =" android:alpha" >1</item >
92- <item name =" android:textColor" >@color/text_content</item >
93- <item name =" android:textSize" >@dimen/h3</item >
94- </style >
95-
9636</resources >
0 commit comments