You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/12/23 01:07:13 UTC

git commit: [flex-sdk] [refs/heads/release4.14.0] - Legacy mobile theme's BusyIndicator should like the iOS version

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 9190cd4d3 -> 4142187f0


Legacy mobile theme's BusyIndicator should like the iOS version


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

Branch: refs/heads/release4.14.0
Commit: 4142187f0b65a79276e2199b865c26cca36da493
Parents: 9190cd4
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Mon Dec 22 16:06:11 2014 -0800
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Mon Dec 22 16:06:11 2014 -0800

----------------------------------------------------------------------
 frameworks/projects/mobiletheme/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4142187f/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css
index 2a3dd6b..7a6548c 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -101,7 +101,7 @@ ActionBar.beveled Group#actionGroup Button.emphasized
 
 BusyIndicator
 {
-	skinClass: ClassReference("spark.skins.android4.BusyIndicatorSkin");
+	skinClass: ClassReference("spark.skins.ios7.BusyIndicatorSkin");
 	rotationInterval: 30;  /* Must be multiples of 30 */
 }