-
i tried to add more than 3 tabs, design look like weird...effect the
![screenshot_1](https://user-images.githubusercontent.com/2314907/28659735-1743e152-72e3-11e7-856a-6768220ca9b3.png)
height of d…
-
Great work,
How could I remove shifting mode of the item selected?
Thanks.
-
在webview使用中有以下几点需要注意:
1、关于访问网络的问题
由于webview需要通过数据通信来访问网络,所以在manifest.xml配置文件中需要进行权限的设置(声明)
```
```
基础android框架
http://hukai.me/android-training-course-in-chinese/
全家桶学习使用
h…
-
### Description
Currently if you add more then 3 icons to the bottom tab bar on android it will use an animated shifting mode to display all the tabs.
Support libraries v28 surface a new setting…
-
Hey Zhuinden,
Thanks for contributing this fantastic library. I've been starting to incorporate it into my project these last few days as a replacement to the Navigation architecture component.
…
-
There is a way to maintain the Ripple Effect after removing the shifting mode?
I'm using this configuration:
```java
bottomNavigationView.enableAnimation(false);
bottomNavigationView.enableShi…
-
The mShiftingMode field controls the shifting behaviour of the Bottom Navigation View. The Design Support Library does not provide at this time an API to set this field as the behaviour is hard coded …
-
After upgrading to latest support library '28.0.0-alpha1' I cannot disable shifting mode in my BottomNavigationView i.e. the BottomNavigationItemView.setShiftingMode() method is no longer available.
-
## Rationale
The latest android Material Design guidelines talk about a bottom navigation bar.
https://material.io/guidelines/components/bottom-navigation.html#
## Implementation
Expose a sw…
-
## Crash upon implementing withOnClickListener.
Hi, Good day,
Turning on proguard makes it crash upon clicking:
```
fastItemAdapter.withOnClickListener((v, adapter, item, position) -> {
…