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

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

Issue 2738843003: [Home] Add a bottom navigation bar for the BottomSheet (Closed)
Patch Set: Move proguard exception to different file Created 3 years, 9 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/layout/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 54c916c758b36ed4c34014cf29576691d3096efe..ceba8c657bdc878dfe693177a837a891626c4564 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -70,6 +70,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <ViewStub
+ android:id="@+id/bottom_nav_stub"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/bottom_nav_height"
+ android:layout_gravity="start|bottom"
+ android:inflatedId="@+id/bottom_nav"
+ android:layout="@layout/bottom_sheet_bottom_nav" />
+
</android.support.design.widget.CoordinatorLayout>
<HorizontalScrollView
« no previous file with comments | « chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml ('k') | chrome/android/java/res/menu/bottom_sheet_nav_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698