File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <resources >
2+ <resources xmlns : tools = " http://schemas.android.com/tools " >
33
44 <style name =" SnabbleTheme" parent =" @style/Theme.AppCompat.Light" >
55 <item name =" colorPrimary" >@color/snabble_primaryColor</item >
2424 <item name =" android:textColor" >@color/snabble_textColorLight</item >
2525 <item name =" android:background" >@drawable/ic_button</item >
2626 <item name =" backgroundTint" >@color/snabble_primaryColorAction</item >
27- <item name =" android:elevation" >1dp</item >
27+ <item name =" android:elevation" tools : targetApi = " lollipop " >1dp</item >
2828 </style >
2929
3030 <style name =" SnabbleButtonWhite" parent =" @style/Widget.AppCompat.Button.Borderless" >
3131 <item name =" android:textColor" >@color/snabble_textColorDark</item >
3232 <item name =" android:background" >@drawable/ic_button</item >
3333 <item name =" backgroundTint" >#ffffff</item >
34- <item name =" android:elevation" >1dp</item >
34+ <item name =" android:elevation" tools : targetApi = " lollipop " >1dp</item >
3535 </style >
3636
3737 <style name =" SnabbleEditText" parent =" @style/Widget.AppCompat.EditText" >
You can’t perform that action at this time.
0 commit comments