Closed timomeh closed 7 years ago
The whole bar should work with a translucent navigation. Using the code below to achive this, the height of the actual bar will be height - paddingBottom. Somehow the paddingBottom should affect the bottom navigation bar itself.
height - paddingBottom
Mar 2nd
For res/styles.xml
<item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:windowTranslucentNavigation">true</item>
and using
style: { height: 104, paddingBottom: 48 },
Description
The whole bar should work with a translucent navigation. Using the code below to achive this, the height of the actual bar will be
height - paddingBottom
. Somehow the paddingBottom should affect the bottom navigation bar itself.ETA
Mar 2nd
Documentation
For res/styles.xml
and using