mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
ExtendedTextCell and ExtendedViewCell for iOS and Android. BackgroundColor and Disclousure Indicators
This commit is contained in:
@@ -4,7 +4,7 @@ using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class FormPickerCell : ViewCell
|
||||
public class FormPickerCell : ExtendedViewCell
|
||||
{
|
||||
public FormPickerCell(string labelText, string[] pickerItems)
|
||||
{
|
||||
@@ -31,8 +31,7 @@ namespace Bit.App.Controls
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
{
|
||||
Padding = new Thickness(15),
|
||||
BackgroundColor = Color.White
|
||||
Padding = new Thickness(15)
|
||||
};
|
||||
|
||||
stackLayout.Children.Add(Label);
|
||||
|
||||
Reference in New Issue
Block a user