Index: chrome/android/java/res/layout/eb_row_content.xml |
diff --git a/chrome/android/java/res/layout/eb_row_content.xml b/chrome/android/java/res/layout/eb_row_content.xml |
deleted file mode 100644 |
index ac1f9727b51027e24f993e614e7f3c80973a780f..0000000000000000000000000000000000000000 |
--- a/chrome/android/java/res/layout/eb_row_content.xml |
+++ /dev/null |
@@ -1,71 +0,0 @@ |
-<?xml version="1.0" encoding="utf-8"?> |
-<!-- |
- Copyright 2015 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. |
---> |
- |
-<merge xmlns:android="http://schemas.android.com/apk/res/android" |
- xmlns:chrome="http://schemas.android.com/apk/res-auto" > |
- |
- <LinearLayout |
- android:id="@+id/bookmark_row" |
- android:layout_width="match_parent" |
- android:layout_height="wrap_content" |
- android:gravity="center_vertical" |
- android:orientation="horizontal" > |
- |
- <ImageView |
- android:id="@+id/bookmark_image" |
- android:layout_width="64dp" |
- android:layout_height="match_parent" |
- android:contentDescription="@null" |
- android:scaleType="center" /> |
- |
- <LinearLayout |
- android:layout_width="0dp" |
- android:layout_height="48dp" |
- android:layout_weight="1" |
- android:gravity="center_vertical" |
- android:orientation="vertical" > |
- |
- <TextView |
- android:id="@+id/title" |
- android:layout_width="match_parent" |
- android:layout_height="wrap_content" |
- android:singleLine="true" |
- android:textAlignment="viewStart" |
- android:textColor="@color/default_text_color" |
- android:textSize="16sp" /> |
- |
- <TextView |
- android:id="@+id/offline_page_size" |
- android:layout_width="match_parent" |
- android:layout_height="wrap_content" |
- android:singleLine="true" |
- android:textAlignment="viewStart" |
- android:textColor="@color/secondary_text_default_material_light" |
- android:textSize="15sp" |
- android:visibility="gone" /> |
- |
- </LinearLayout> |
- |
- <org.chromium.chrome.browser.widget.TintedImageButton |
- android:id="@+id/more" |
- android:layout_width="wrap_content" |
- android:layout_height="match_parent" |
- android:visibility="gone" |
- android:background="@null" |
- android:contentDescription="@string/accessibility_enhanced_bookmark_more_info" |
- android:paddingEnd="16dp" |
- android:paddingStart="16dp" |
- android:src="@drawable/btn_menu" |
- chrome:tint="@color/dark_mode_tint" /> |
- </LinearLayout> |
- |
- <org.chromium.chrome.browser.bookmarks.BookmarkItemHighlightView |
- android:id="@+id/highlight" |
- android:layout_width="match_parent" |
- android:layout_height="match_parent" /> |
- |
-</merge> |