themes code cleanup
This commit is contained in:
parent
38121ba796
commit
a8146dab60
12 changed files with 137 additions and 100 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!--*******************************************
|
||||
Keyboard
|
||||
*******************************************-->
|
||||
|
||||
<color name="keyboard_background">#292e33</color>
|
||||
<color name="keyboard_text_color">#d4d5d6</color>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- <style name="TTheme" parent="Theme.AppCompat" />-->
|
||||
|
||||
<!-- <style name="TTheme.Colored.Key" parent="TTheme.Key">-->
|
||||
<!-- <item name="android:textColor">@color/button_text</item>-->
|
||||
<!-- <item name="android:color">@color/dark_button_color</item>-->
|
||||
<!-- <item name="android:textColor">@color/dark_button_color</item>-->
|
||||
<!-- <item name="android:textColorPrimary">@color/dark_button_color</item>-->
|
||||
<!-- <item name="android:tint">@color/dark_button_color</item>-->
|
||||
<!-- <item name="tint">@color/dark_button_color</item>-->
|
||||
<!-- </style>-->
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue