I am trying to use DroidDraw.org for designing the user-interface, here, but it does not allow copying it to the clipboard. Does there exist some tool to design and copy-paste things?
Asked
Active
Viewed 9.4k times
7
-
3Do **NOT** use AbsoluteLayout! It's deprecated because it isn't flexible for different screen sizes. – Simon Forsberg Nov 03 '12 at 12:40
-
4My experience is that it's easier to actually code the layout xml file manually than to use a tool for it. But that's just my preference. – Simon Forsberg Nov 03 '12 at 12:41
2 Answers
17
I cannot help with the copy-paste -ban but the following threads poped up in SO:
-
Perhaps interesting iOS-biased thread [here](http://stackoverflow.com/questions/12352083/ios-like-storyboard-tool-for-android-project). – hhh Nov 08 '12 at 13:35
1
Open it in Chrome. Right click the text you wanna copy. Choose Inspect. You'll see the html at the bottom of the browser. Right click appropriate html and choose edit as html. Copy from there.

d3k4y
- 11
- 2