| 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>
|
|
|