mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 02:33:36 +00:00
rename cell resources
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bit.App.Controls.BoxedView
|
||||
defaultBindingMode: BindingMode.OneWay);
|
||||
|
||||
public static BindableProperty ValueTextFontSizeProperty = BindableProperty.Create(
|
||||
nameof(ValueTextFontSize), typeof(double), typeof(LabelCell), -1.0d,
|
||||
nameof(ValueTextFontSize), typeof(double), typeof(LabelCell), -1.0,
|
||||
defaultBindingMode: BindingMode.OneWay);
|
||||
|
||||
public string ValueText
|
||||
|
||||
Reference in New Issue
Block a user