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

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

Issue 1557803002: [Custom Tabs] Implement Bottombar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify APIs Created 4 years, 11 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/custom_tabs_bottombar.xml
diff --git a/chrome/android/java/res/layout/divider_preference.xml b/chrome/android/java/res/layout/custom_tabs_bottombar.xml
similarity index 53%
copy from chrome/android/java/res/layout/divider_preference.xml
copy to chrome/android/java/res/layout/custom_tabs_bottombar.xml
index 279ef8bda08bfc1a2760924489b200738ff34bc3..3651d62436d744729b7c52b3bec1020199f7e78d 100644
--- a/chrome/android/java/res/layout/divider_preference.xml
+++ b/chrome/android/java/res/layout/custom_tabs_bottombar.xml
@@ -2,8 +2,9 @@
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-
-<View xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/bottombar"
android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="#E0E0E0" />
+ android:layout_height="@dimen/toolbar_height_no_shadow"
+ android:orientation="horizontal" >
+</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/custom_tabs_bottombar_item.xml » ('j') | chrome/android/java/res/layout/main.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698