remove v21 specific styles, make them the default
This commit is contained in:
parent
dec4793821
commit
d74e12d756
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="ArrowStyle">
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
</style>
|
||||
|
||||
<style name="MonthStyle">
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
|
@ -23,10 +23,10 @@
|
|||
</style>
|
||||
|
||||
<style name="ArrowStyle">
|
||||
<item name="android:background">@drawable/transparent_button</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
</style>
|
||||
|
||||
<style name="MonthStyle">
|
||||
<item name="android:background">@drawable/transparent_button</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue