1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources
3
3
xmlns : android =" http://schemas.android.com/apk/res/android" >
4
- <style name =" TextInputEditText" parent =" @style/Widget.MaterialComponents.TextInputEditText.FilledBox" >
4
+ <style name =" TextInputEditText"
5
+ parent =" @style/Widget.MaterialComponents.TextInputEditText.FilledBox" >
5
6
<item name =" backgroundColor" >@null</item >
6
7
<item name =" android:paddingLeft" >0dp</item >
7
8
<item name =" android:paddingRight" >0dp</item >
8
9
<item name =" android:paddingTop" >0dp</item >
9
10
<item name =" android:paddingBottom" >0dp</item >
10
11
</style >
11
- <style name =" ThemeOverlay" parent =" @style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox" >
12
+ <style name =" ThemeOverlay"
13
+ parent =" @style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox" >
12
14
<item name =" editTextStyle" >@style/TextInputEditText</item >
13
15
</style >
14
16
<style name =" ShapeAppearanceOverlay" parent =" " >
15
17
</style >
16
- <style name =" TextInputLayout" parent =" @style/Widget.MaterialComponents.TextInputLayout.FilledBox" >
18
+ <style name =" TextInputLayout"
19
+ parent =" @style/Widget.MaterialComponents.TextInputLayout.FilledBox" >
17
20
<item name =" materialThemeOverlay" >@style/ThemeOverlay</item >
18
21
<item name =" boxBackgroundColor" >@null</item >
19
22
<item name =" boxBackgroundMode" >none</item >
24
27
<item name =" boxCornerRadiusTopEnd" >0dp</item >
25
28
<item name =" boxCornerRadiusBottomStart" >0dp</item >
26
29
<item name =" boxCornerRadiusBottomEnd" >0dp</item >
27
-
28
- <!-- <item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay</item> -->
29
- </style >
30
- <style name =" ThemeOverlay.Filled" parent =" @style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox" >
31
- <!-- <item name="editTextStyle">@style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox</item> -->
32
- </style >
33
- <style name =" TextInputLayout.Filled" parent =" @style/Widget.MaterialComponents.TextInputLayout.FilledBox" >
34
- <!-- <item name="materialThemeOverlay">@style/ThemeOverlay.Filled</item> -->
35
-
36
30
</style >
37
- <style name =" ThemeOverlay.Outlined " parent = " @style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox " >
38
- <!-- <item name="editTextStyle"> @style/ThemeOverlay .MaterialComponents.TextInputEditText.OutlinedBox</item> -- >
31
+ <style name =" TextInputLayout.Filled "
32
+ parent = " @style/Widget .MaterialComponents.TextInputLayout.FilledBox " >
39
33
</style >
40
- <style name =" TextInputLayout.Outlined" parent =" @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox" >
41
- <!-- <item name="materialThemeOverlay">@style/ThemeOverlay.Outlined</item> -->
42
-
34
+ <style name =" TextInputLayout.Outlined"
35
+ parent =" @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox" >
43
36
</style >
44
37
</resources >
0 commit comments