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

Side by Side Diff: chrome/android/java/res/layout/bookmark_row_content.xml

Issue 1694093003: Rename EnhancedBookmarks to Bookmarks, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 Copyright 2015 The Chromium Authors. All rights reserved. 3 Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <merge xmlns:android="http://schemas.android.com/apk/res/android" 8 <merge xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:chrome="http://schemas.android.com/apk/res-auto" > 9 xmlns:chrome="http://schemas.android.com/apk/res-auto" >
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 android:visibility="gone" /> 49 android:visibility="gone" />
50 50
51 </LinearLayout> 51 </LinearLayout>
52 52
53 <org.chromium.chrome.browser.widget.TintedImageButton 53 <org.chromium.chrome.browser.widget.TintedImageButton
54 android:id="@+id/more" 54 android:id="@+id/more"
55 android:layout_width="wrap_content" 55 android:layout_width="wrap_content"
56 android:layout_height="match_parent" 56 android:layout_height="match_parent"
57 android:visibility="gone" 57 android:visibility="gone"
58 android:background="@null" 58 android:background="@null"
59 android:contentDescription="@string/accessibility_enhanced_bookmark_ more_info" 59 android:contentDescription="@string/accessibility_bookmark_more_info "
60 android:paddingEnd="16dp" 60 android:paddingEnd="16dp"
61 android:paddingStart="16dp" 61 android:paddingStart="16dp"
62 android:src="@drawable/btn_menu" 62 android:src="@drawable/btn_menu"
63 chrome:tint="@color/dark_mode_tint" /> 63 chrome:tint="@color/dark_mode_tint" />
64 </LinearLayout> 64 </LinearLayout>
65 65
66 <org.chromium.chrome.browser.bookmarks.BookmarkItemHighlightView 66 <org.chromium.chrome.browser.bookmarks.BookmarkItemHighlightView
67 android:id="@+id/highlight" 67 android:id="@+id/highlight"
68 android:layout_width="match_parent" 68 android:layout_width="match_parent"
69 android:layout_height="match_parent" /> 69 android:layout_height="match_parent" />
70 70
71 </merge> 71 </merge>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/bookmark_promo_header.xml ('k') | chrome/android/java/res/layout/bookmark_search.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698