Hiding android.R resources in Android Studio 1.3+ autocomplete -
is possible configure android studio display @drawable
resources inside project folder?
the project i'm working on industry project , requires me use r
resources.
looking through as's 'code completion' section, didn't find setting allows hide sdk resources , use app/lib resources instead:
the implemented feature, mentioned stefma, not works other way: allows library developers hide of resources aar package , show selected portion of resources, aka public recources. chris banes made intro in feature here.
Comments
Post a Comment