From 9aeff5d8abece7d4258af66912b9c66166aeb62a Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Sun, 31 Jul 2022 07:02:22 +0200 Subject: [PATCH] docs(all): add Slider style example (#13518) --- apidoc/Titanium/UI/Slider.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apidoc/Titanium/UI/Slider.yml b/apidoc/Titanium/UI/Slider.yml index 928fe90b13e..1cbd6515ffc 100644 --- a/apidoc/Titanium/UI/Slider.yml +++ b/apidoc/Titanium/UI/Slider.yml @@ -22,6 +22,14 @@ description: | [rightTrackImage](Titanium.UI.Slider.rightTrackImage) properties be specified before the properties would be honored. Beginning with Titanium SDK 4.0.0 this limitation has been removed. However it is recommended that either both or neither be specified. + To style different parts of the Slider you can set these properties in a custom Android theme: + ``` xml + #f4511e + #388e3c + #c51162 + ``` + You can also use `@android:color/transparent` to remove the tint. + extends: Titanium.UI.View excludes: events: [pinch] @@ -394,6 +402,7 @@ properties: - name: tintColor summary: The color shown for the portion of the progress bar that is filled. type: [String, Titanium.UI.Color] + platforms: [iphone, ipad, android, macos] since: {iphone: "3.1.3", ipad: "3.1.3", android: "8.3.0"} osver: {android: {min: "5.0"}}