NewPipe/app/src/main/res/xml
Stypox ea43b28f74
Use vector drawables instead of PNGs for material icons
For all manually-created images PNG have been kept.
- rename all icon attrs to have a `ic_` prefix
- always use `_24dp` icons, because there is no real difference, since they are vector drawables
- always use the original name found on material.io for icon drawables, as to not create confusion and possibly duplicates. Icon names can still be different from real drawable names, though I have made some of them compliant to this or maybe more meaningul.
- remove duplicate `getIconByAttr()` in ThemeHelper (use `resolveResourceIdFromAttr()`
- use standard icons for `expand_more` and `expand_less` instead of triangles
- use `play_button_outline` instead of custom PNG as play button in VideoDetailFragment (questionable, as there is no shadow anymore)
2020-05-21 15:39:35 +02:00
..
appearance_settings.xml Relocate two settings from Appearance to Content 2020-03-04 18:41:41 +05:30
content_settings.xml rename setting to "YouTube restricted mode" 2020-04-20 21:47:32 -05:00
debug_settings.xml Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
download_settings.xml add manual switch in download setting fragment 2019-08-17 13:38:33 -03:00
history_settings.xml Add option in history settings to delete playback positions 2019-08-22 21:49:33 +02:00
main_settings.xml Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
provider_paths.xml Java language level + javadoc + xml 2018-09-11 19:20:10 +02:00
update_settings.xml Fix padding in settings layout (Fixes #1866) 2019-02-08 17:33:35 -06:00
video_audio_settings.xml Enable lockscreen video thumbnail by default 2020-01-02 15:00:31 +01:00