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

Unified Diff: remoting/android/java/res/values/dimens.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/dimens.xml
diff --git a/content/public/android/java/res/values/ids.xml b/remoting/android/java/res/values/dimens.xml
similarity index 59%
copy from content/public/android/java/res/values/ids.xml
copy to remoting/android/java/res/values/dimens.xml
index e9481bb49c507e2f2639615e8d4f721749a8eb8c..e52db40cb3b7859f4b9ae5989d21b42db435b01f 100644
--- a/content/public/android/java/res/values/ids.xml
+++ b/remoting/android/java/res/values/dimens.xml
@@ -1,12 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-
Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
+ found in the LICENSE file. -->
<resources>
- <!-- Download service notification -->
- <item type="id" name="download_service_notification" />
+ <dimen name="toolbar_content_inset_start">72dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698