Adds correct material icons instead of system internal android:drawable set (holo) + additional missing resolutions to res (otherwise: blurred icons on 10"/xlarge with fhd+ displays)
Fixes deprecated getDrawable calls (theme was not applied correctly) by using ContextCompat
Fixes order of super calls in fragments/activities (unregister of receivers failed)