i am trying build simple chat app need make resizable bitmaps of chat bubbles, after googling found in android handled .9.png files , used draw9patch tool create bitmaps needed following tutorial create resizable bitmaps.
my problem when import .9.png files android studio renames .png. when store them manually in mipmap directory android studio refuses build project because not recognize .9.png. can't figure out , how use .9.png files within project.
also found old tutorial android chat bubbles javapapers specified .9.png files must stored in res/drawable android studio keeps such resources in mipmap directory, bit confusing me.
please how go around this? (i managed build app using files .png not comfortable that).
Comments
Post a Comment