-
点击BottomNavigationView的item时,TitleBarView会顶到StatusBar上面去,导致页面内容挤压标题
-
点击BottomNavigationView的item时,TitleBarView会顶到StatusBar上面去,导致页面内容挤压标题
-
![image](https://user-images.githubusercontent.com/28499225/34252888-b4391a36-e688-11e7-992b-02926fc981ab.png)
上の写真のようにListのiconを選択しているのに青くならないし、アップされない
-
https://github.com/ncapdevi/FragNav/blob/master/frag-nav/src/main/java/com/ncapdevi/fragnav/FragNavController.java#L162
It is currently not possible at startup to add a fragment outside of the libr…
-
My code:
```
binding.bnvHome.enableAnimation(false);
binding.bnvHome.enableShiftingMode(false);
binding.bnvHome.enableItemShiftingMode(false);
binding.bnvHome.setTextVisibility(false);
binding.b…
-
BottomNavigationView bottomNavigationView = (BottomNavigationView) findViewById(R.id.bottom_navigation);
bottomNavigationView.setSelectedItemId(R.id.connect);
//bottomNavigationView.…
-
Hello,
How do I implement the center floating action button?
This is my helper class...
```
public class BottomNavigationViewHelper {
private static final String TAG = "BottomNavigationVi…
-
Having an issue with **app:itemIconTint**: colors from the xml selector are only applied to items that are in state_checked=true. The ones that are not are not colored. This only happens for APIs ABOV…
-
```
```
` StatusBarUtil.setTranslucentForDrawerLayout(MainActivity.this, drawerLayout);`
布局中含有BottomNavigationView时,就会出现BottomNavigationView中…
-
Is there any clean way to hide/remove the sticky header when the RecyclerView's visibility changes?