Updated The Code.
This commit is contained in:
parent
7ea94663b5
commit
7449682016
788 changed files with 41342 additions and 321 deletions
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Base.Theme.AppCompat" parent="Base.V26.Theme.AppCompat"/>
|
||||
<style name="Base.Theme.AppCompat.Light" parent="Base.V26.Theme.AppCompat.Light"/>
|
||||
<style name="Base.V26.Theme.AppCompat" parent="Base.V23.Theme.AppCompat">
|
||||
<!-- We can use the platform styles on API 26+ -->
|
||||
<item name="colorError">?android:attr/colorError</item>
|
||||
</style>
|
||||
<style name="Base.V26.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light">
|
||||
<!-- We can use the platform styles on API 26+ -->
|
||||
<item name="colorError">?android:attr/colorError</item>
|
||||
</style>
|
||||
<style name="Base.V26.Widget.AppCompat.Toolbar" parent="Base.V7.Widget.AppCompat.Toolbar">
|
||||
<item name="android:touchscreenBlocksFocus">true</item>
|
||||
<item name="android:keyboardNavigationCluster">true</item>
|
||||
</style>
|
||||
<style name="Base.Widget.AppCompat.Toolbar" parent="Base.V26.Widget.AppCompat.Toolbar"/>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue