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

Unified Diff: sky/examples/stocks/stocks.sky

Issue 956463002: Add a search and menu button to stocks app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/stocks.sky
diff --git a/sky/examples/stocks/stocks.sky b/sky/examples/stocks/stocks.sky
index 5b03fcff7a64ea5f52beb8e39e6fe3b446988fa6..0d870d04b175032dd9442c9249b43bd0420da6dd 100644
--- a/sky/examples/stocks/stocks.sky
+++ b/sky/examples/stocks/stocks.sky
@@ -36,17 +36,17 @@
height: 56px;
box-shadow: 0px 4px 4px grey;
}
- #menu {
+ sky-icon {
display: flex;
justify-content: center;
align-items: center;
padding: 7px;
- margin: 0 8px;
+ margin: 0 4px;
color: black;
}
#title {
flex: 1;
- margin: 0 8px;
+ margin: 0 4px;
}
sky-scrollable {
flex: 1;
@@ -57,7 +57,9 @@
</sky-drawer>
<sky-toolbar>
<sky-icon id="menu" type="navigation/menu_white" size="24" />
- I am a stocks app
+ <div id="title">I am a stocks app</div>
+ <sky-icon type="action/search_white" size="24" />
+ <sky-icon type="navigation/more_vert_white" size="24" />
</sky-toolbar>
<sky-scrollable id='stock_list'>
</sky-scrollable>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698