-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Transparent Navigation bar #2747
Comments
Hi, I would like to work on it. |
@abdullah951 Please do. |
Hey, could I work on it if it's open yet. Would be amazed to do so! |
Sure. |
Thanks for helping out. New to open source by the way. So are you going to make me a contributor or something. Or what do you suggest I should proceed with. |
@ashway171 Just fork the repo and you may start right away. Please base your work on the release/3.7 branch. |
Okay sure. |
@VishalNehra, @TranceLove could you please guide me to what all things I need to take care of while setting up the project locally since I faced a lot of build issues while running it |
@ashway171 please post the build error as a separate issue |
@ashway171 can you assign me this. |
@ashway171 Please confirm if you're still working on this issue. @ANUKULJHA1506 We'll assign you after their confirmation or if there's no reply. |
@VishnuSanal ok |
Yeah, I'm on it... Just some errors and we are good to go |
Okay, so I think @ANUKULJHA1506 can look into other good first issues :) |
Hey, is it still open? I would like to work on it! |
Yes, and feel free to do! |
@malik0011 Any updates here? |
Hi, I'd like to work on this issue if nobody working on it. |
@Trust04zh Sure, please do. |
I don't understand what is the issue, can you please explain it? |
@Trust04zh is working on this as of now. @mohit-2003 can take this over if @Trust04zh is not working on this anymore. |
I'm currently still working on this and try figuring out how to apply transparent navigation bar with the original UI designing, I am not so familiar with Android UI designing, the process may be kinda slow. |
Okay, so I think @mohit-2003 can look into other good first issues :) |
Currently
My suggestions
Sorry for not mentioning these details in my comment. |
@shuvashish76 Thank you for your patient explanation! I noticed the facts just as you describe about the current behaviors (also I think the behavior when turning off may not be as expected, as the original color is not always black, this might be another issue), while I wonder if it would be better to add an independent option for setting transparent navigation bar, as the "Colored Navigation Bar" setting sounds not for setting the navigation bar to be transparent or not, I think. So I think there might be another checkbox below "Colored Navigation Bar" to set the navigation bar to be transparent, I would be thankful if you could share your opinion with me. And What I'm currently figuring out is about the code implementation for this feature, simply set an transparent |
Agreed, but for example by default Material Files show transparent navigation bar & no special settings to turn that off/on. So why not follow same behaviour for Amaze (off/transparent by default)?
|
Sorry for my late reply.
System default color, white for light theme while black for dark theme, which are the colors you launch Amaze with corresponding system theme and with
I agree that another option can be unnecessary, while I'm not sure if it is ok if there's no option for "solid and system default navigation bar color". |
some report for my process: I implemented transparent navigation bar by modifying styles so that navigation bar color become transparent, and enabled some flags to allow views to draw under system bars, but I still need to specify what should be drawn under system bars and what should not, or it will simply be like this. I've found some advises about using |
@Trust04zh Are you still working on this? |
@VishnuSanal |
If anybody is not assigned to this Can I solve this issue? |
With dark theme
With light theme
Comparison vs MaterialFiles
Currently we do have Colored Navigation bar option but colors are solid colors. Colored Navigation bar with option to choose from solid/transparent color would be nice. Transparent navigation bar looks modern imo.
The text was updated successfully, but these errors were encountered: