Chromium Code Reviews| Index: chrome/android/java/res/layout/custom_tabs_toolbar.xml |
| diff --git a/chrome/android/java/res/layout/custom_tabs_toolbar.xml b/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
| index 98a6c46a2abea2f831cd83833501918eb2a580fb..c5a5be870f29f849589b97469208af6b591001f9 100644 |
| --- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
| +++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
| @@ -32,7 +32,7 @@ |
| android:layout_marginBottom="16dp" |
| android:layout_gravity="top" |
| android:maxLines="1" |
| - android:paddingEnd="@dimen/toolbar_edge_padding" |
|
Yusuf
2015/07/08 18:52:13
we actually still want the padding at the end.
Ian Wen
2015/07/08 18:52:50
Done.
|
| + android:ellipsize="end" |
| android:textSize="@dimen/custom_tabs_title_text_size" |
| android:inputType="none" |
| android:visibility="gone" /> |