remove some unnecessary styles
This commit is contained in:
parent
c51855f4ab
commit
4e3a63f147
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="@drawable/button_pressed"
|
||||
android:state_pressed="true"/>
|
||||
</selector>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="@color/pressed_item_foreground"/>
|
||||
</shape>
|
|
@ -1,8 +1,7 @@
|
|||
<resources>
|
||||
|
||||
<style name="AppTheme" parent="AppTheme.Base">
|
||||
<item name="buttonStyle">@style/MyButton</item>
|
||||
<item name="android:buttonStyle">@style/MyButton</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="DayView">
|
||||
|
@ -12,18 +11,10 @@
|
|||
</style>
|
||||
|
||||
<style name="ArrowStyle">
|
||||
<item name="android:background">@drawable/button</item>
|
||||
<item name="android:background">@drawable/transparent_button</item>
|
||||
</style>
|
||||
|
||||
<style name="MonthStyle">
|
||||
<item name="android:background">@drawable/button</item>
|
||||
<item name="android:background">@drawable/transparent_button</item>
|
||||
</style>
|
||||
|
||||
<style name="MyButton" parent="Widget.AppCompat.Button">
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="background">@drawable/button</item>
|
||||
<item name="android:background">@drawable/button</item>
|
||||
</style>
|
||||
|
||||
<style name="MyAlertDialog" parent="Base.Theme.AppCompat.Light.Dialog.Alert"/>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue