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

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

Issue 2104053005: CancelAwareAnimatorListener and Refactor Custom Tab Toolbar Animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ntp/snippets/SnippetHeaderViewHolder.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 d1ab8086dbdadca4f121be83e7f0d4b077857c3e..c2d9ce58864d2c079d49909aed27dc14325c71da 100644
--- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
+++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
@@ -24,7 +24,7 @@
android:layout_gravity="center_vertical"
android:contentDescription="@string/accessibility_toolbar_btn_site_info"
android:scaleType="center"
- android:visibility="gone" />
+ android:visibility="invisible" />
<view
class="org.chromium.chrome.browser.toolbar.CustomTabToolbar$InterceptTouchLayout"
android:id="@+id/title_url_container"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SnippetHeaderViewHolder.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698