1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

update slider stroke

This commit is contained in:
Kyle Spearrin
2019-05-31 11:03:32 -04:00
parent 8df940447d
commit 32e757a873
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}