selfconference / selfconf-android

Android app for Self.conference
https://play.google.com/store/apps/details?id=org.selfconference.android
0 stars 0 forks source link

Support vector drawables #15

Closed macklinu closed 8 years ago

macklinu commented 8 years ago

Android Support Library 23.2 introduced support for vector drawables: http://android-developers.blogspot.com/2016/02/android-support-library-232.html

It would be nice to replace the PNGs in the /app/res/drawable directory with their SVG equivalents and see what happens. Checking the before and after release APK size could be a good indicator to see if using SVGs slims down the app.

macklinu commented 8 years ago

The FloatingActionButton needs to be refactored to use vector drawables (if that makes sense). Investigating that class and making a determination whether or not it can support vector drawables is the last step needed to close this issue.

macklinu commented 8 years ago

Closing this - opened #29 to address the final widget using non-vector drawables.