Created
April 29, 2013 15:06
-
-
Save abhijangda/5482200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #May be let we are having a property of setting appearance of Slider. | |
| #Somewhere the Slider is setted | |
| Slider: | |
| id: slider_1 | |
| Appearance: #set image appearance | |
| Slider: | |
| id: slider_2 | |
| Appearance: #Simple appearance | |
| Or somewhere in the kv language, where slider_1 and slider_2 are accessible. | |
| slider_1.appearance = #set image appearance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment