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

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

Issue 842083003: Upstream CompositorButton, VirtualView and TitleBitmapFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply David's comments Created 5 years, 11 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 | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/values/values.xml » ('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 cb860da972248827c7d791db101d43efadf76e61..ae85777bbccd2070f54406464ee2483c27d2e5a1 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -113,4 +113,15 @@
<!-- Tooltip x margin for text bubble -->
<dimen name="bubble_tip_margin">8dp</dimen>
+ <!-- Compositor Tab Title Dimensions -->
+ <dimen name="compositor_tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi -->
Changwan Ryu 2015/01/12 09:35:26 line limit? (all the following lines, too)
Jaekyun Seok (inactive) 2015/01/12 10:04:01 Is there any specific length limit?
Changwan Ryu 2015/01/12 10:15:46 Hmm... Never mind. The copyright statement keeps i
+ <dimen name="compositor_tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi -->
+ <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>
+ <!-- The size of the boudning box for favicons. -->
+ <dimen name="compositor_tab_title_favicon_size">16dp</dimen>
+ <!-- TabSwitcher - Slop value for allowing slight misses on the compositor button. -->
+ <dimen name="compositor_button_slop">10dp</dimen>
Changwan Ryu 2015/01/12 09:35:26 This seems not specific to tab switcher. Could you
Jaekyun Seok (inactive) 2015/01/12 10:04:01 I will.
</resources>
« no previous file with comments | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698