File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
mobile/android/focus-android/app/src/main/res Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <item android : color =" @color/accentBright" android : state_checked =" true" />
4+ <item android : color =" @color/secondaryText" android : state_checked =" false" />
5+ </selector >
Original file line number Diff line number Diff line change 1818 <item name =" disabled" >@color/disabled</item >
1919 <item name =" destructive" >@color/destructive</item >
2020 <item name =" switchStyle" >@style/App.Widget.Switch</item >
21+ <item name =" checkboxStyle" >@style/App.Widget.CompoundButton.CheckBox</item >
22+ <item name =" radioButtonStyle" >@style/App.Widget.CompoundButton.RadioButton</item >
2123
2224 <!-- Use the same colors for both themes until light theme it will be implemented -->
2325 <item name =" primaryText" >@color/primaryText</item >
309311 <item name =" colorControlActivated" >@color/accentBright</item >
310312 </style >
311313
314+ <style name =" App.Widget.CompoundButton.CheckBox" parent =" Widget.Material3.CompoundButton.CheckBox" >
315+ <item name =" buttonTint" >@color/compound_button_color_selector</item >
316+ </style >
317+
318+ <style name =" App.Widget.CompoundButton.RadioButton" parent =" Widget.Material3.CompoundButton.RadioButton" >
319+ <item name =" buttonTint" >@color/compound_button_color_selector</item >
320+ </style >
321+
312322 <style name =" Preference.Title" parent =" Widget.MaterialComponents.TextView" >
313323 <item name =" android:textColor" >@color/preference_title_text</item >
314324 <item name =" android:textSize" >16sp</item >
You can’t perform that action at this time.
0 commit comments