Update radio styling in storage settings.

This commit is contained in:
Cody Henthorne
2020-09-10 14:40:29 -04:00
parent d0dfcaaad5
commit 68c1c43381
8 changed files with 26 additions and 9 deletions

View File

@@ -501,6 +501,14 @@
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Signal.Button.Rounded</item>
</style>
<style name="Widget.Signal.CompoundButton.RadioButton" parent="Widget.AppCompat.CompoundButton.RadioButton">
<item name="colorControlNormal">@color/core_grey_20</item>
</style>
<style name="Widget.Signal.CompoundButton.RadioButton.Light">
<item name="colorControlNormal">@color/core_grey_50</item>
</style>
<style name="ShapeAppearanceOverlay.Signal.Button.Rounded" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>