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

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

Issue 2838313003: Revert of 🏠 Polish bottom sheet content transitions (Closed)
Patch Set: 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 eae7a4a9fcd917629663cdc35dc85d144bcc1a32..79b046cb8f42ee42a7237917245c2b48decb271f 100644
--- a/chrome/android/java/res/layout/bottom_control_container.xml
+++ b/chrome/android/java/res/layout/bottom_control_container.xml
@@ -34,8 +34,7 @@
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:background="@color/default_primary_color" >
+ android:layout_marginTop="@dimen/toolbar_shadow_height" >
<ViewStub
android:id="@+id/toolbar_stub"
@@ -67,8 +66,7 @@
android:id="@+id/bottom_sheet_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="@dimen/bottom_nav_height"
- android:background="@color/default_primary_color" />
+ android:paddingBottom="@dimen/bottom_nav_height" />
<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