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

Unified Diff: remoting/android/java/res/layout/help.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/help.xml
diff --git a/remoting/android/java/res/layout/help.xml b/remoting/android/java/res/layout/help.xml
index cb0471baaeda2719aea1f3eb15de5eb33ff75752..da9936c63f79b2260fc6511992cc4abe1693bf4e 100644
--- a/remoting/android/java/res/layout/help.xml
+++ b/remoting/android/java/res/layout/help.xml
@@ -13,8 +13,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"/>
<WebView android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="0dp"

Powered by Google App Engine
This is Rietveld 408576698