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

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

Legacy mobile theme's BusyIndicator should like the iOS version

Conflicts:
	frameworks/projects/mobiletheme/defaults.css


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

Branch: refs/heads/develop
Commit: e9434065816eabe98aaae89b9093b58fcecc2346
Parents: 5182a34
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Mon Dec 22 16:06:11 2014 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Dec 23 08:14:36 2014 +0100

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


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