mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
12 lines
199 B
C#
12 lines
199 B
C#
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Styles
|
|||
|
{
|
|||
|
public partial class Android : ResourceDictionary
|
|||
|
{
|
|||
|
public Android()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|