We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The BottomBar should but not auto update when System navigation bar changed from show to hidden on HuaWei device, EMUI5.1, Android7.0.
The text was updated successfully, but these errors were encountered:
Reproduce video: https://youtu.be/mQsPSeeYImk
Sorry, something went wrong.
I used the underNavbar behavior:
app:bb_behavior="underNavbar"
and styled:
<style name="AppTheme.TransNav" parent="AppTheme"> <item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:windowTranslucentNavigation">true</item> <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style>
No branches or pull requests
The BottomBar should but not auto update when System navigation bar changed from show to hidden on HuaWei device, EMUI5.1, Android7.0.
The text was updated successfully, but these errors were encountered: