Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2904)

Unified Diff: chrome/android/java/res/layout/custom_tabs_toolbar.xml

Issue 1214553002: Make showing the page title in a custom tab a dev option (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made the added constants final Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698