Repository: flex-sdk
Updated Branches:
  refs/heads/new_android_skins 074a2f445 -> 67bcdc288


Bug in current ToggleSwitchSkin (needs to be merged back to develop asap)


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/be19b3f3
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/be19b3f3
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/be19b3f3

Branch: refs/heads/new_android_skins
Commit: be19b3f3f9a03b33c12199ce834a3420b052c9de
Parents: 074a2f4
Author: Om <bigosma...@gmail.com>
Authored: Tue Apr 8 18:02:14 2014 -0700
Committer: Om <bigosma...@gmail.com>
Committed: Tue Apr 8 18:02:14 2014 -0700

----------------------------------------------------------------------
 .../mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/be19b3f3/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
index fc599d5..6169bab 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
@@ -86,7 +86,7 @@ public class ToggleSwitchSkin extends MobileSkin
                                layoutTextShadowOffset = -2;
                                layoutInnerPadding = 14;
                                layoutOuterPadding = 22;
-                               slidingContentOverlayClass = 
spark.skins.mobile320.assets.ToggleSwitch_contentShadow;
+                               slidingContentOverlayClass = 
spark.skins.mobile640.assets.ToggleSwitch_contentShadow;
                                break;
                        }
                        case DPIClassification.DPI_480:

Reply via email to