xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

android.support.design.widget.BottomNavigationView is missing LabelVisibilityMode #122

Closed PureWeen closed 6 years ago

PureWeen commented 6 years ago

Xamarin.Android Version (eg: 6.0):

9.0

Operating System & Version (eg: Mac OSX 10.11):

Windows 10

Support Libraries Version (eg: 23.3.0):

https://www.nuget.org/packages/Xamarin.Android.Support.Design/28.0.0-preview2

Describe your Issue:

Bottom Navigation View should have a LabelVisibilityMode property I checked the google docs and it doesn't list the property but I promise it's there :-)

Here's an SO post talking about it https://stackoverflow.com/questions/40176244/how-to-disable-bottomnavigationview-shift-mode

Steps to Reproduce (with link to sample solution if possible):

     implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:design:28.0.0'

Then you can access the property

image

Include any relevant Exception Stack traces, build logs, adb logs: