KWolve / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

SeekBar not supported #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. paste in the 'output' window the following code:

<FrameLayout android:id="@+id/FrameLayout01" 
android:layout_width="fill_parent" android:layout_height="fill_parent" 
xmlns:android="http://schemas.android.com/apk/res/android"><SeekBar 
android:id="@+id/SeekBar01" 
xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="fill_parent" 
android:layout_height="wrap_content"></SeekBar>
</FrameLayout>

2. click 'load'
3. click 'generate'

What is the expected output? What do you see instead?
I expect the Seekbar to be visible in the UI after 'load' and to stay in 
the XML after 'generate'

What version of the product are you using? On what operating system?
Version is not listed in about box, but it is the current version as of 
writing this (3 feb 2010). Running it on Win Vista.

Please provide any additional information below.

Original issue reported on code.google.com by m.d.s.x....@gmail.com on 3 Feb 2010 at 7:41

GoogleCodeExporter commented 9 years ago
Would be really useful if this could be resolved!

Original comment by matthew-...@gtempaccount.com on 20 May 2010 at 7:55

GoogleCodeExporter commented 9 years ago
This would indeed be good if it was resolved.

I beleave many people could use seekbar support :=)

Original comment by TGrea...@gmail.com on 30 Sep 2010 at 3:34