mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
remove v21 specific styles, make them the default
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
<style name="ArrowStyle">
|
<style name="ArrowStyle">
|
||||||
<item name="android:background">@drawable/transparent_button</item>
|
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="MonthStyle">
|
<style name="MonthStyle">
|
||||||
<item name="android:background">@drawable/transparent_button</item>
|
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user