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.

enter image description here

looking through as's 'code completion' section, didn't find setting allows hide sdk resources , use app/lib resources instead:

enter image description here

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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -