material-foundation / material-remixer-android

Remixer for Android. Live adjustment of app variables.
Apache License 2.0
774 stars 54 forks source link

Add int/long/double/short variants of RangeVariableMethod and NumberListVariableMethod #149

Open mattprecious opened 7 years ago

mattprecious commented 7 years ago

While I can simulate these types by setting minValue/maxValue/increment accordingly, I'd like to not have to write type conversion code.