File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33
4- <style name =" game_btn " >
4+ <style name =" btn " >
55 <item name =" android:backgroundTint" >@color/colorBtnGame</item >
66 <item name =" android:textSize" >50sp</item >
77 <item name =" android:textStyle" >bold</item >
8+ </style >
9+
10+ <style name =" game_btn" parent =" btn" >
811 <item name =" android:layout_width" >100dp</item >
912 <item name =" android:layout_height" >100dp</item >
1013 <item name =" android:layout_margin" >5dp</item >
1114 </style >
1215
13- <style name =" game_btn_land" >
14- <item name =" android:backgroundTint" >@color/colorBtnGame</item >
15- <item name =" android:textSize" >45sp</item >
16- <item name =" android:textStyle" >bold</item >
16+ <style name =" game_btn_land" parent =" btn" >
1717 <item name =" android:layout_width" >90dp</item >
1818 <item name =" android:layout_height" >90dp</item >
1919 <item name =" android:layout_margin" >3dp</item >
You can’t perform that action at this time.
0 commit comments