-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
modified bottom-nav-bar #4489
modified bottom-nav-bar #4489
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ | |
<color name="actionbar_start_color">@color/primary</color> | ||
<color name="primary_button_background_color">@color/color_accent</color> | ||
<color name="primary_button_text_color">@color/white</color> | ||
<color name="active_indicator_color">#3F51B5</color> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you decide this color? We should keep consistency as far as we can with colors in the app 😃. In this case, it may even not be necessary, the active indicator is enabled by default (with the color already provided in |
||
<color name="secondary_button_background_color">#D6D7D7</color> | ||
<color name="secondary_button_text_color">@color/black</color> | ||
<color name="drawer_header_color">@color/owncloud_blue_accent</color> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 2 attributes seem not to exist, at least on the version of the
BottomNavigationView
that we're using. You can check this because the app build fails (take a look at the BitRise checks or check it locally in your computer)