1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 02:33:36 +00:00

rename cell resources

This commit is contained in:
Kyle Spearrin
2019-04-04 23:29:29 -04:00
parent 0a5f9f1b23
commit 1085808867
6 changed files with 38 additions and 36 deletions

View File

@@ -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