android - No visual editing of preferences screen anymore? -
I wanted to add a settings menu to my Android app.
I followed it
and added "activity_settings.xml" to "res / xml /" such as descripted. But now I can not edit with the WYSIWYG editor?
Why is that so? Does Google no longer support this kind of setting? How should I do this? Create a "normal" activity layout file and use it as a menu?
It was found, but why not answer it:
Never been a visual editor for
This is an XML file of preferences which are bound to any activity on run time. I do not see anywhere in the official documents associated with you, which supports the idea of the view editor.
You can visualize any activity layout, but it is always different (for my understanding) I can see where you are coming from, but still have an XML layout type Is in the structure.
Your best solution is to turn on your project from time to time to see the progress.
Comments
Post a Comment