Chromium Code Reviews| 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 9d94494df70e3bb51230eebe5314f424afdeafa3..a705c01056b039ef633fb661c5734e8256cefba6 100644 |
| --- a/chrome/android/java/res/values/dimens.xml |
| +++ b/chrome/android/java/res/values/dimens.xml |
| @@ -110,4 +110,15 @@ |
| <!-- Tooltip x margin for text bubble --> |
| <dimen name="bubble_tip_margin">8dp</dimen> |
| + <!-- TabStrip resources --> |
|
David Trainor- moved to gerrit
2015/01/09 18:18:51
Compositor Tab Title Dimensions?
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
|
| + <dimen name="tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi --> |
|
David Trainor- moved to gerrit
2015/01/09 18:18:51
compositor_tab_title_*
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
|
| + <dimen name="tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi --> |
| + <dimen name="tab_title_bar_shadow_x_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi --> |
| + <dimen name="tab_title_bar_shadow_y_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi --> |
| + <!-- The size of the text for tab titles in the switcher view. --> |
|
David Trainor- moved to gerrit
2015/01/09 18:18:51
Fix this to remove switcher view. Same with all o
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
|
| + <dimen name="tab_title_text_size">13dp</dimen> |
| + <!-- The size of the boudning box for favicons in the tab switcher. --> |
| + <dimen name="tab_title_favicon_size">16dp</dimen> |
| + <!-- TabSwitcher - Slop value for allowing slight misses on the close button. --> |
| + <dimen name="close_button_slop">10dp</dimen> |
|
David Trainor- moved to gerrit
2015/01/09 18:18:51
compositor_button_slop? It's used by the default
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
|
| </resources> |