1313 <item name =" colorPrimaryDark" >@color/deep_orange_700</item >
1414 <item name =" colorAccent" >@color/lime_A100</item >
1515 </style >
16+
1617 <style name =" DialogStyle" parent =" Theme.MaterialComponents.Light.Dialog" >
1718 <item name =" android:windowMinWidthMajor" >80%</item >
1819 <item name =" android:windowMinWidthMinor" >80%</item >
3233 <item name =" android:windowExitAnimation" >@anim/slide_down</item >
3334 </style >
3435
35- <style name =" MyDivider" >
36- <item name =" android:layout_width" >match_parent</item >
37- <item name =" android:layout_height" >1dp</item >
38- <item name =" android:layout_marginTop" >@dimen/text_margin</item >
39- <item name =" android:background" >@color/divider</item >
40- </style >
41-
42- <style name =" MyTextHeader" >
43- <item name =" android:layout_width" >wrap_content</item >
44- <item name =" android:layout_height" >wrap_content</item >
45- <item name =" android:alpha" >1</item >
46- <item name =" android:textStyle" >bold</item >
47- <item name =" android:textColor" >@color/text_header</item >
48- <item name =" android:textSize" >@dimen/h3</item >
49- <item name =" android:layout_marginTop" >@dimen/text_margin</item >
50- </style >
51-
52- <style name =" MyTextContent" >
53- <item name =" android:layout_width" >wrap_content</item >
54- <item name =" android:layout_height" >wrap_content</item >
55- <item name =" android:alpha" >1</item >
56- <item name =" android:textColor" >@color/text_content</item >
57- <item name =" android:textSize" >@dimen/h3</item >
58- </style >
59-
60- <style name =" MyButtonText" parent =" Widget.MaterialComponents.Button.TextButton" >
61- <item name =" android:layout_height" >@dimen/button_height</item >
62- <item name =" android:layout_width" >wrap_content</item >
63- <item name =" android:textColor" >@color/colorPrimary</item >
64- </style >
65-
66- <style name =" MyButtonOutlined" parent =" Widget.MaterialComponents.Button.OutlinedButton" >
67- <item name =" android:layout_height" >@dimen/button_height</item >
68- <item name =" android:layout_width" >wrap_content</item >
69- </style >
70-
71- <style name =" MyButtonContained" >
72- <item name =" android:layout_height" >@dimen/button_height</item >
73- <item name =" android:layout_width" >wrap_content</item >
74- </style >
75-
76- <style name =" MyButtonIcon" parent =" Widget.MaterialComponents.Button.Icon" >
77- <item name =" android:layout_height" >@dimen/button_height</item >
78- <item name =" android:layout_width" >wrap_content</item >
79- </style >
80-
81- <style name =" MyTextInputLayoutOutlinedBox" parent =" Widget.MaterialComponents.TextInputLayout.OutlinedBox" >
82- <item name =" android:layout_width" >match_parent</item >
83- <item name =" android:layout_height" >wrap_content</item >
84- <item name =" android:layout_marginTop" >@dimen/space_between_edittext</item >
85- </style >
86-
87- <style name =" MyTextInputEditText" >
88- <item name =" android:layout_width" >match_parent</item >
89- <item name =" android:layout_height" >wrap_content</item >
90- <item name =" android:alpha" >1</item >
91- <item name =" android:textColor" >@color/text_content</item >
92- <item name =" android:textSize" >@dimen/h3</item >
93- </style >
94-
9536</resources >
0 commit comments