我在drawable-hdpi中有*.png.我想将android autoscale降为drawable.
但没有扩大规模:
我可以做什么?.我在谷歌搜索,没有找到任何东西.有人可以帮帮我吗?
我不想在xhdpi和xxhdpi中放入相同的png因为它只会使我的apk更大,并且用户看到它并且如果它太大则不下载应用程序.
我把(是一个小部件)这样的东西:
RemoteViews views;
views = new RemoteViews(context.getPackageName(),R.layout.wilayout);
views.setImageViewResource(R.id.motivo, The id of the resource);
Run Code Online (Sandbox Code Playgroud)