blob: 6a7fe21def5f081f7a2928ded4b1dccf8f45a43a [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 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. -->
<org.chromium.chrome.browser.history.HistoryItemView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:id="@+id/content"
style="@style/ListItemContainer" >
<include layout="@layout/modern_list_item_view" />
<org.chromium.ui.widget.ChromeImageButton
android:id="@+id/remove"
style="@style/ListItemEndIconSmall"
android:contentDescription="@string/remove"
android:src="@drawable/btn_delete_24dp"
app:tint="@color/light_icon_color" />
</LinearLayout>
</org.chromium.chrome.browser.history.HistoryItemView>