Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Use Vector Drawable instead of different density tick marks #32

Closed
rakshakhegde opened this issue Jan 30, 2017 · 3 comments
Closed

Use Vector Drawable instead of different density tick marks #32

rakshakhegde opened this issue Jan 30, 2017 · 3 comments

Comments

@rakshakhegde
Copy link
Contributor

No description provided.

@rakshakhegde rakshakhegde changed the title Use VectorDrawable instead of different density tick marks Use Vector Drawable instead of different density tick marks Jan 30, 2017
@badoualy
Copy link
Owner

What are we talking about here with tick marks? You mean the circle for the current page?

@rakshakhegde
Copy link
Contributor Author

rakshakhegde commented Jul 17, 2017

Yes, though now I come to think of it, it's not all that important. Just nice to save a few bytes :)

@badoualy
Copy link
Owner

The circle of past step/current step is drawn via a Paint, the only use of drawable is for the "check" icon, indeed we could it for VectorDrawable, but I'm not sure it would save space since it would add the vector drawable support lib dependency right? So if it's not used in the final app, probably would in fact lose space :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants