How to add or modify android graphical layout palette

删除回忆录丶 提交于 2019-12-13 03:44:38

问题


I want to add set of custom components in Android Graphical Palette with the name given by me and I want to include separate implementation for those components.For example if I drag and drop any component from that particular set one more tab should add apart from Graphical layout and xml_name.xml and that should contain .c code for that xml which I have to write.

Can any one please explain how do these all these things where should I include my code for generating .c code from xml and all.

Thanks in advance.

来源:https://stackoverflow.com/questions/35724487/how-to-add-or-modify-android-graphical-layout-palette

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!