Skip to content

Instantly share code, notes, and snippets.

View LynoDesu's full-sized avatar
🏠
Working from home

Adam Bandeira Lynas LynoDesu

🏠
Working from home
View GitHub Profile
@LynoDesu
LynoDesu / AndroidHelpers.cs
Created June 20, 2018 19:04
Disable ShiftMode in Xamarin.Forms Android BottomNavigationView
using System;
using Android.Support.Design.Internal;
using Android.Support.Design.Widget;
namespace MyProject.App.Droid.Helpers
{
public static class AndroidHelpers
{
public static void SetShiftMode(this BottomNavigationView bottomNavigationView, bool enableShiftMode, bool enableItemShiftMode)
{