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

Unified Diff: remoting/android/java/res/layout/desktop.xml

Issue 1800963002: [remoting android] Set contentInsetStart on each Toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « remoting/android/java/res/layout/credits.xml ('k') | remoting/android/java/res/layout/help.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/res/layout/desktop.xml
diff --git a/remoting/android/java/res/layout/desktop.xml b/remoting/android/java/res/layout/desktop.xml
index ceaf53805342f91bfc1ebe8c7a5f27b771cb6a7b..0850c7c1d2f807519f7b00b8512ea9b19ebcf85b 100644
--- a/remoting/android/java/res/layout/desktop.xml
+++ b/remoting/android/java/res/layout/desktop.xml
@@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
- android:background="?attr/colorPrimary"/>
+ style="@style/ToolbarStyle"/>
joedow 2016/03/15 20:42:53 This change will add elevation to this element whi
Lambros 2016/03/15 21:07:51 Still looks OK.
<FrameLayout
android:id="@+id/resize_detector"
android:layout_below="@id/toolbar"
« no previous file with comments | « remoting/android/java/res/layout/credits.xml ('k') | remoting/android/java/res/layout/help.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698