I a created a linearlyaout and added views to it using java code. is it possible to convert this layout to xml layout and save it to the storage ?
I a created a linearlyaout and added views to it using java code. is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing stopping you from parsing all those
Viewsattributes and then building a xml layout file. However you will not be able to use that constructed xml layout(likesetContentView(R.layout.built_layout)) like other layouts from theres/layoutfolder.