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

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

Issue 2033683002: [Android] Specify compositor tab title size in scaled pixels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/compositor/layouts/content/TitleBitmapFactory.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 b1bb48a9648dd81cf37ad7c103c27a51927631bd..773c10ba97a6e148ef89ff21e351275754fc2381 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -137,7 +137,7 @@
<dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi -->
<dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi -->
<!-- The size of the text for tab titles. -->
- <dimen name="compositor_tab_title_text_size">13dp</dimen>
+ <dimen name="compositor_tab_title_text_size">13sp</dimen>
<!-- The size of the bounding box for favicons. -->
<dimen name="compositor_tab_title_favicon_size">16dp</dimen>
<!-- Slop value for allowing slight misses on the compositor button. -->
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/content/TitleBitmapFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698