Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: sky/sdk/lib/widgets/floating_action_button.dart

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/widgets/fixed_height_scrollable.dart ('k') | sky/sdk/lib/widgets/icon.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/floating_action_button.dart
diff --git a/sky/sdk/lib/framework/widgets/floating_action_button.dart b/sky/sdk/lib/widgets/floating_action_button.dart
similarity index 100%
rename from sky/sdk/lib/framework/widgets/floating_action_button.dart
rename to sky/sdk/lib/widgets/floating_action_button.dart
index 8e4a7db3b3be2e02e73c0b9629bdab57644b85e4..65d805be50224d6a5ed11b51c13cdfab33ed9368 100644
--- a/sky/sdk/lib/framework/widgets/floating_action_button.dart
+++ b/sky/sdk/lib/widgets/floating_action_button.dart
@@ -4,10 +4,10 @@
import '../theme2/colors.dart';
import '../theme2/edges.dart';
+import 'basic.dart';
import 'button_base.dart';
import 'ink_well.dart';
import 'material.dart';
-import 'basic.dart';
// TODO(eseidel): This needs to change based on device size?
// http://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-keylines-spacing
« no previous file with comments | « sky/sdk/lib/widgets/fixed_height_scrollable.dart ('k') | sky/sdk/lib/widgets/icon.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698