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

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

Issue 810853003: Upstream FullscreenManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 6 years 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: 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 11d2447e1983b9ee7e8f3b8d0e86252ee857b412..0b86d62e50331e94e79be1dcc0d2116a38fcd030 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -93,4 +93,16 @@
<dimen name="pref_button_horizontal_padding">16dp</dimen>
<dimen name="pref_button_vertical_padding">10dp</dimen>
+ <!-- Text bubble dimensions -->
+ <!-- Tooltip min distance from the edge of the screen. -->
+ <dimen name="tooltip_min_edge_margin">3dp</dimen>
+ <!-- Tooltip margin above click target. -->
+ <dimen name="tooltip_top_margin">2dp</dimen>
+ <!-- Tooltip border width around the main content bubble. -->
+ <dimen name="tooltip_border_width">1dp</dimen>
+ <!-- Padding for tooltip content -->
+ <dimen name="tooltip_content_padding">5dp</dimen>
+ <!-- Tooltip x margin for text bubble -->
+ <dimen name="bubble_tip_margin">8dp</dimen>
+
</resources>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/Tab.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698