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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2806593004: [Home] Add support for snackbars in the BottomSheet (Closed)
Patch Set: Fix JavaDoc 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
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 6dbb9d562be5bbaa74f81a21179802aad6f86174..4250f5cee5d6fdcf3e0b83460cfd707297d05853 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -426,6 +426,7 @@
<!-- Bottom sheet bottom nav dimensions -->
<dimen name="bottom_nav_height">56dp</dimen>
+ <dimen name="bottom_nav_height_inverse">-56dp</dimen>
<dimen name="bottom_nav_space_from_toolbar">96dp</dimen>
<!-- The following two dimensions override defaults in Android's BottomNavigationView -->
<dimen name="design_bottom_navigation_text_size">12sp</dimen>
« no previous file with comments | « chrome/android/java/res/layout/main.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698