1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 12:43:39 +00:00

Switch to proper appcompat/material theming.

This commit is contained in:
Kyle Spearrin
2016-08-19 20:42:33 -04:00
parent 8d33d8f216
commit 3c20669296
28 changed files with 292 additions and 179 deletions

View File

@@ -5,7 +5,7 @@ using Bit.App.Controls;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
[assembly: ExportRenderer(typeof(ExtendedNavigationPage), typeof(ExtendedNavigationRenderer))]
//[assembly: ExportRenderer(typeof(ExtendedNavigationPage), typeof(ExtendedNavigationRenderer))]
namespace Bit.Android.Controls
{
public class ExtendedNavigationRenderer : NavigationRenderer