Jin001 / range-seek-bar

Automatically exported from code.google.com/p/range-seek-bar
0 stars 0 forks source link

Work in XML #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a fantastic Widget!  Thanks!  The reason that it doesn't work in the 
XML editor is because it used template values and the XML editor doesn't know 
how to instantiate template objects.  I have made a local edit to have it use 
only floats (like the standard SeekBar) and it works just fine in the XML 
editor.

Original issue reported on code.google.com by TheBeast.13@gmail.com on 11 Nov 2011 at 8:50

GoogleCodeExporter commented 9 years ago
Thanks, TheBeast.13.

psinnott already posted a change request 
(https://code.google.com/p/range-seek-bar/issues/detail?id=3) that enables 
using the widget from XML (hard-coding floats in that case just like you did) 
and still be able to use generics from the Java side. I just didn't have the 
time to integrate the change properly, but will do it asap.

Original comment by tittel@kom.e-technik.tu-darmstadt.de on 14 Nov 2011 at 9:47