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 5f117bee6a98987d42780a2958cc2f20215775fe..cfca2f88d76f74c53da5317ec63fb40d384721d0 100644 |
--- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
+++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
@@ -35,7 +35,8 @@ |
android:maxLines="1" |
android:paddingEnd="@dimen/toolbar_edge_padding" |
android:textSize="@dimen/custom_tabs_title_text_size" |
- android:inputType="none" /> |
+ android:inputType="none" |
+ android:visibility="gone" /> |
<org.chromium.chrome.browser.omnibox.UrlBar |
android:id="@+id/url_bar" |
android:background="@null" |
@@ -44,7 +45,7 @@ |
android:layout_gravity ="bottom" |
android:maxLines="1" |
android:paddingEnd="@dimen/toolbar_edge_padding" |
- android:textSize="@dimen/custom_tabs_url_text_size" |
+ android:textSize="@dimen/location_bar_url_text_size" |
android:inputType="none" /> |
</FrameLayout> |
<ImageButton |