| 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 27ac6f39c37ffcd97d696ee79e606bc89ee89389..f1da8fc7e013918bf67dc226a40ca1362c83fc9a 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_corner_radius">2dp</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>
|
|
|