Results 1 comments of Toune

public Drawable getDrawableByName(String name) { Drawable drawable = null; try { name = appendSuffix(name); L.e("name = " + name + " , " + mPluginPackageName); drawable = mResources.getDrawable(mResources.getIdentifier(name, DEFTYPE_DRAWABLE, mPluginPackageName));...