-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
feat(theming): Align theming closer to files app #1752
Conversation
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.
looks good to me @stefan-niedermann 👍
Minor detail, the 3-dot overflow menu icons should be tinted the same way the other trailing icons are tinted. see: |
Well, it is also like that in the talk app, so maybe keep it as is for the moment 👍 |
Maybe |
I now fixed in for talk explicitly but yeah, makes sense to call it within the toolbar theming logic 👍 |
android-common 0.8.0 ships a fix for theming the trailing icons (overflow icon) when theming the toolbar. 👍 |
👍 Ready to merge from my side |
Follow-Up to #1680 Signed-off-by: Stefan Niedermann <[email protected]>
Follow-Up to #1680 Signed-off-by: Stefan Niedermann <[email protected]>
Fix navigation view background Follow-Up to #1680 Signed-off-by: Stefan Niedermann <[email protected]>
Follow-Up to #1680 Signed-off-by: Stefan Niedermann <[email protected]>
Signed-off-by: Stefan Niedermann <[email protected]>
b554849
to
fc4ed90
Compare
Signed-off-by: Andy Scherzinger <[email protected]>
Follow-Up to #1680
@color/bg_default
, like in the Files appOpen issues:
SettingsActivity
: Back arrow is not perfectly aligned with icons. I propose to just keep it as it is for now.SearchBar
Out of scope:
SearchBar
for the main viewWould love to get some feedback @AndyScherzinger