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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2955053003: Line-wrap Reader Mode infobar if the text is too long (Closed)
Patch Set: rebase Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarCompactLayout.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index bcec228a5d5b6702fd480b9618e50e85aa7359b1..618cb09cd28e3aae3e85281f8bba4801ece02390 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -485,4 +485,8 @@
<!-- Search widget dimensions -->
<dimen name="search_activity_location_bar_margin_start">16dp</dimen>
<dimen name="search_activity_location_bar_margin_end">8dp</dimen>
+
+ <!-- Reader Mode dimensions -->
+ <!-- Padding surrounding the message. -->
+ <dimen name="reader_mode_infobar_text_padding">8dp</dimen>
</resources>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarCompactLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698