-
-
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
Change Video not available PNG image to a vector drawable #5925
Conversation
Uh, interesting :-) |
I tried this, but the image seems to me a little bit uncentered. Could you improve the vector drawable by making sure the two points representing the nose lie at the center? |
I prefer the first, but maybe just put it a little bit to the right and add some padding (like before) |
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.
@sherlockbeard that looks good, thank you for the changes :-D
I'm gonna keep this open for some days, and if nobody complains I'm gonna merge it @TobiGr @TiA4f8R @mhmdanas @opusforlife2
Just a thing that I want to know is your advice about the background color of the monkey. Should this be black or grey like on the PNG image before? |
@TiA4f8R I think this is ok. One could argue that it should be inverted for white theme, though, what do you think? |
How about black (like in the preview images) for black theme, dark grey for dark theme, and light grey for light theme? |
Nice idea! |
@sherlockbeard please create three different drawables with the same shape but with different colors:
And then select the correct drawable according to the current theme. |
@sherlockbeard where did you get the vector drawable from? Did you make it yourself? |
@mhmdanas Converted the image online. Then positioned it by changing the value's in Editor. |
@sherlockbeard thank you for this. Could you zoom out the sad face a bit and move the bellow text up in the video window? It would be more convenient as I mentioned in my issue (the one this PR fixes) |
@alienthief I don't think the image should be further zoomed out, and moving the error panel higher is not related to this PR |
Maybe in the XML you can set the background color of detailThumbnailImageView to the same color as important text (e.g. check the color of the video title and copy that) |
Did you use some sort of online SVG path editor, or is there an actual site that can convert images to vectors? I'm interested to know what site you used to do this 🤔 |
@sherlockbeard CAn you please address #5925 (comment) |
@sherlockbeard ping |
@sherlockbeard Did you abandon thid? This is kinda important. We've been waiting for this. |
@nadiration . Sorry i have to abandon this pull request . i will be closing this pull request |
@sherlockbeard May I ask why? Just curious it seemed to work fine |
@nadiration actually it is not working for android tv or tablet . anything with large screen size |
@sherlockbeard This may be fixed later on as phone users are the majority and it's working fine there?? This is really useful feature. |
@nadiration just because phone users are the majority does not mean we ignore the rest (even temporarily). |
there is an additional |
i have decided to open a new pull request and fix the issue . Thanks @TobiGr for pointing me in the right direction |
What is it?
Fixes #5609
Fixes the following issue(s)
removed png image and cropped and changed into vector drawable.