-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
App Bar disapears in "Share Dialog" #2883
Comments
There is indeed an UX here which is rather about the bar icons not being very easy to seee depending on the image.
The app bar is transparent for images which is on purpose so the issue is rather about not being able to easily spot the controls within the bar. We'll have to think about how this can be improved. Any ideas/comments @tobiasKaminsky @nextcloud/designers ? |
The latest image shows the app bar although it is an image, so this should be easy to fix, I hope.
|
Using palettes is one thing I also thought about while this will generate the values based on the whole image so it'll be quite okay but will still leave us with edge cases (which I think we need to live with). It works quite fine if:
but that might be really tricky to do. |
It does not need to be pixel perfect, I think. Here we should get a rough size, and knowing that it start from top-left corner, we can extract an area. android/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java Lines 89 to 91 in 4f7fcf2
(in example above, it would be enough to know that this area is a dark green (tree) and therefore tint the arrow white) |
Sounds good to me 👍 |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
Issue is still current, as is my feedback above. :) Several options (which are mutually exclusive):
|
If I provide you with the svg image for this arrow, could you add this? |
@tobiasKaminsky sure. :) Meanwhile on the server we do this via CSS – it’s not possible to do it programmatically on Android? |
@jancborchardt can you do this for us? ❤️ |
Resolves #2883 Signed-off-by: Andy Scherzinger <[email protected]>
@jancborchardt @tobiasKaminsky I created a PR adding a gradient, please review, if fine by you (gradient darkness can be discussed of course) than we don't need a drop-shadowed-back-arrow :) For screenshots see #5634 |
Resolves #2883 Signed-off-by: Andy Scherzinger <[email protected]>
Resolves #2883 Signed-off-by: Andy Scherzinger <[email protected]>
Actual behaviour
The App Bar in this dialogue disapers and apperas while making changes in the Window.
Selecting a File to share
Choosing the Link Symbole
the App Bar is not realy present(red box)
the back arrow is pesent but in this specific case hard to see(yellow circle)
choosing the "ShareLink" option
in the background the App Bar is present again(red circle)
Choosing "CopyLink"
the App Bar disapers again, back arrow is still present(red circle)
deactivating the share permission again
the AppBar is present again(red circle)
Expected behaviour
The App Bar should be presant all the time.
Steps to reproduce
Environment data
Android version:
8.0.0
Device model:
Samsung Galaxy S8
Stock or customized system:
Stock
Nextcloud app version:
3.2.1
Nextcloud server version:
13.0.5
The text was updated successfully, but these errors were encountered: