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

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

Issue 2839673002: 🏠 Polish bottom sheet content transitions (Closed)
Patch Set: end animation immediately if no previous content Created 3 years, 8 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/widget/bottomsheet/BottomSheet.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bottom_control_container.xml
diff --git a/chrome/android/java/res/layout/bottom_control_container.xml b/chrome/android/java/res/layout/bottom_control_container.xml
index 79b046cb8f42ee42a7237917245c2b48decb271f..eae7a4a9fcd917629663cdc35dc85d144bcc1a32 100644
--- a/chrome/android/java/res/layout/bottom_control_container.xml
+++ b/chrome/android/java/res/layout/bottom_control_container.xml
@@ -34,7 +34,8 @@
android:id="@+id/toolbar_holder"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_control_container_height"
- android:layout_marginTop="@dimen/toolbar_shadow_height" >
+ android:layout_marginTop="@dimen/toolbar_shadow_height"
+ android:background="@color/default_primary_color" >
<ViewStub
android:id="@+id/toolbar_stub"
@@ -66,7 +67,8 @@
android:id="@+id/bottom_sheet_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="@dimen/bottom_nav_height" />
+ android:paddingBottom="@dimen/bottom_nav_height"
+ android:background="@color/default_primary_color" />
<ViewStub
android:id="@+id/bottom_omnibox_results_container_stub"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheet.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698