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

Unified Diff: sky/tests/examples/tabs.dart

Issue 1213873002: Use Theme to define the colors and TextStyles for Tab, TabBar (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/tabs.dart ('k') | sky/tests/examples/tabs-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/examples/tabs.dart
diff --git a/sky/tests/examples/styled_text.dart b/sky/tests/examples/tabs.dart
similarity index 82%
copy from sky/tests/examples/styled_text.dart
copy to sky/tests/examples/tabs.dart
index 137ec0cd9402126d23b908944bdb87cf12099b3e..a691a9bd99e98d1f8014b210e0604f7564525c86 100644
--- a/sky/tests/examples/styled_text.dart
+++ b/sky/tests/examples/tabs.dart
@@ -6,12 +6,12 @@ import 'dart:async';
import 'package:sky/widgets/widget.dart';
-import '../../examples/widgets/styled_text.dart';
+import '../../examples/widgets/tabs.dart';
import '../resources/display_list.dart';
main() async {
TestRenderView testRenderView = new TestRenderView();
- StyledTextApp app = new StyledTextApp();
+ TabbedNavigatorApp app = new TabbedNavigatorApp();
runApp(app, renderViewOverride: testRenderView);
await testRenderView.checkFrame();
testRenderView.endTest();
« no previous file with comments | « sky/sdk/lib/widgets/tabs.dart ('k') | sky/tests/examples/tabs-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698