OLD | NEW |
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 Loading... |
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> |
OLD | NEW |