Skip to content

Instantly share code, notes, and snippets.

@olafkrueger
Created August 14, 2017 06:28
Show Gist options
  • Save olafkrueger/2e7dd966423db0b3954dce3de89b430e to your computer and use it in GitHub Desktop.
Save olafkrueger/2e7dd966423db0b3954dce3de89b430e to your computer and use it in GitHub Desktop.
<mdl:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/flexjs/basic"
xmlns:mdl="library://ns.apache.org/flexjs/mdl">
<fx:Style source="../resources/mdl-styles.css"/>
<js:valuesImpl>
<js:SimpleCSSValuesImpl />
</js:valuesImpl>
<js:initialView>
<js:View width="100%" height="100%">
<mdl:Slider maximum="100" minimum="0" width="100%"/>
</js:View>
</js:initialView>
</mdl:Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment