Skip to content

Instantly share code, notes, and snippets.

View joshardt's full-sized avatar
👨‍💻
.NET developer

José Burkhardt joshardt

👨‍💻
.NET developer
  • adesso mobile solutions GmbH
  • Frankfurt, Germany
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)
{