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

Unified Diff: remoting/android/java/res/values-v17/styles.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/values-v17/styles.xml
diff --git a/remoting/android/java/res/values-v17/styles.xml b/remoting/android/java/res/values-v17/styles.xml
index 0ce1112f885389785f7432267ba44f129e648a76..9f0c04f994b6b4ade3f0bf1d9d3916e47cfc35ca 100644
--- a/remoting/android/java/res/values-v17/styles.xml
+++ b/remoting/android/java/res/values-v17/styles.xml
@@ -40,4 +40,10 @@
<item name="android:textColor">#212121</item>
<item name="android:fontFamily">sans-serif-medium</item>
</style>
+
+ <style name="ToolbarStyle">
+ <item name="android:background">?attr/colorPrimary</item>
+ <item name="android:elevation">4dp</item>
+ <item name="contentInsetStart">@dimen/toolbar_content_inset_start</item>
+ </style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698