1 <?xml version="1.0" encoding="utf-8"?>
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
5 found in the LICENSE file.
8 <merge xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:chrome="http://schemas.android.com/apk/res-auto" >
12 android:layout_width="match_parent"
13 android:layout_height="match_parent"
14 android:gravity="center_vertical"
15 android:orientation="horizontal" >
18 android:id="@+id/bookmark_image"
19 android:layout_width="64dp"
20 android:layout_height="match_parent"
21 android:contentDescription="@null"
22 android:scaleType="center" />
25 android:id="@+id/title"
26 android:layout_width="0dp"
27 android:layout_height="wrap_content"
28 android:layout_weight="1"
29 android:singleLine="true"
30 android:textAlignment="viewStart"
31 android:textColor="@color/default_text_color"
32 android:textSize="16sp" />
34 <org.chromium.chrome.browser.widget.TintedImageButton
35 android:id="@+id/more"
36 android:layout_width="wrap_content"
37 android:layout_height="match_parent"
38 android:background="@null"
39 android:contentDescription="@string/accessibility_enhanced_bookmark_more_info"
40 android:paddingEnd="16dp"
41 android:paddingStart="16dp"
42 android:src="@drawable/eb_item_more"
43 chrome:tint="@color/dark_mode_tint" />
46 <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItemHighlightView
47 android:id="@+id/highlight"
48 android:layout_width="match_parent"
49 android:layout_height="match_parent" />