7

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?

enter image description here

hhh
  • 50,788
  • 62
  • 179
  • 282

2 Answers2

17

I cannot help with the copy-paste -ban but the following threads poped up in SO:

Community
  • 1
  • 1
hhh
  • 50,788
  • 62
  • 179
  • 282
  • 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