mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
update slider stroke
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Bit.Droid.Renderers
|
||||
if(t is GradientDrawable thumb)
|
||||
{
|
||||
thumb.SetColor(view.ThumbColor.ToAndroid());
|
||||
thumb.SetStroke(1, view.ThumbBorderColor.ToAndroid());
|
||||
thumb.SetStroke(3, view.ThumbBorderColor.ToAndroid());
|
||||
Control.SetThumb(thumb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user