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

Unified Diff: remoting/android/java/res/layout/main.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
Index: remoting/android/java/res/layout/main.xml
diff --git a/remoting/android/java/res/layout/main.xml b/remoting/android/java/res/layout/main.xml
index 317bdaa75ad83ea1af34bc3f3d05548a5125b7e0..cd5baf7d7674e9bc6ad47c456cf4a6f42f8e89f1 100644
--- a/remoting/android/java/res/layout/main.xml
+++ b/remoting/android/java/res/layout/main.xml
@@ -19,8 +19,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?attr/colorPrimary"
- android:elevation="4dp"/>
+ style="@style/ToolbarStyle"/>
<FrameLayout
android:layout_height="match_parent"
android:layout_width="match_parent">

Powered by Google App Engine
This is Rietveld 408576698