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

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

Issue 2646313005: Implement additional parts of the new ui for CBD. (Closed)
Patch Set: fix review issues Created 3 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/divider_preference.xml
diff --git a/chrome/android/java/res/layout/divider_preference.xml b/chrome/android/java/res/layout/divider_preference.xml
index 279ef8bda08bfc1a2760924489b200738ff34bc3..a0407e316ac49c4cf43f71a4877c9b45e3f11360 100644
--- a/chrome/android/java/res/layout/divider_preference.xml
+++ b/chrome/android/java/res/layout/divider_preference.xml
@@ -3,7 +3,4 @@
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"
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="#E0E0E0" />
+<View style="@style/Divider"/>

Powered by Google App Engine
This is Rietveld 408576698