mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
new icons for ios. new renderers for editor, picker, table view. android style changes.
This commit is contained in:
9
src/App/Controls/ExtendedTableView.cs
Normal file
9
src/App/Controls/ExtendedTableView.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class ExtendedTableView : TableView
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user