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

Unified Diff: remoting/android/java/res/layout/credits.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/credits.xml
diff --git a/remoting/android/java/res/layout/credits.xml b/remoting/android/java/res/layout/credits.xml
index eb1215d0beb435d449c79fdc19188e0b4423c39c..ba8b497299ff00884a6f778157cf6f587ea01c56 100644
--- a/remoting/android/java/res/layout/credits.xml
+++ b/remoting/android/java/res/layout/credits.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"
« no previous file with comments | « no previous file | remoting/android/java/res/layout/desktop.xml » ('j') | remoting/android/java/res/layout/desktop.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698