File tree 1 file changed +11
-0
lines changed
android/titanium/res/values
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 13
13
<color name =" ti_background" >#FFFFFF</color >
14
14
<color name =" ti_navigation_bar" >#303F9F</color >
15
15
16
+ <!-- Titanium's button text style is not all-caps just like Google's apps. -->
17
+ <style name =" TextAppearance.Titanium.Button" parent =" TextAppearance.MaterialComponents.Button" >
18
+ <item name =" android:textAllCaps" >false</item >
19
+ </style >
20
+ <style name =" Widget.Titanium.Button" parent =" @style/Widget.AppCompat.Button" >
21
+ <item name =" android:textAllCaps" >false</item >
22
+ </style >
23
+
16
24
<!-- Root theme inherited by all other Titanium themes. -->
17
25
<!-- Our "_build.js" will replace parent with ".NoActionBar" or ".Fullscreen" if set in "tiapp.xml". -->
18
26
<style name =" Base.Theme.Titanium.RootStyle" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" />
25
33
<item name =" colorSurface" >@color/ti_surface</item >
26
34
<item name =" android:colorBackground" >@color/ti_background</item >
27
35
<item name =" android:navigationBarColor" >@color/ti_navigation_bar</item >
36
+ <item name =" android:buttonStyle" >@style/Widget.Titanium.Button</item >
37
+ <item name =" buttonStyle" >@style/Widget.Titanium.Button</item >
38
+ <item name =" textAppearanceButton" >@style/TextAppearance.Titanium.Button</item >
28
39
</style >
29
40
30
41
<!-- Base theme applied to all Titanium activities except splash. -->
You can’t perform that action at this time.
0 commit comments