mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 19:56:02 +01:00
Update radio styling in storage settings.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user