mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 03:48:31 +03:00
dd52ff0dcc
* PM-2320 Added new view for block autofill URIs on Android * PM-2320 Fix formatting * PM-2320 Improved validations on block autofill uris * PM-2320 Improved autofill block uris placeholder colors on different themes
13 lines
200 B
C#
13 lines
200 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class CustomLabel : Label
|
|
{
|
|
public CustomLabel()
|
|
{
|
|
}
|
|
|
|
public int? FontWeight { get; set; }
|
|
}
|
|
}
|