mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Added stepper cell to password generator settings page. Conditionally show sync indicator on pages.
This commit is contained in:
@@ -153,6 +153,7 @@ namespace Bit.App.Pages
|
||||
_userDialogs.SuccessToast(string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
|
||||
}
|
||||
|
||||
// TODO: move to standalone reusable control
|
||||
public class SliderViewCell : ExtendedViewCell
|
||||
{
|
||||
private readonly ToolsPasswordGeneratorPage _page;
|
||||
@@ -200,7 +201,7 @@ namespace Bit.App.Pages
|
||||
Orientation = StackOrientation.Horizontal,
|
||||
Spacing = 15,
|
||||
Children = { label, LengthSlider, Value },
|
||||
Padding = new Thickness(15)
|
||||
Padding = new Thickness(15, 8)
|
||||
};
|
||||
|
||||
View = stackLayout;
|
||||
|
||||
Reference in New Issue
Block a user