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

Unified Diff: chrome/android/java/res/layout/eb_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/eb_promo_header.xml ('k') | chrome/android/java/res/layout/eb_search.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/android/java/res/layout/eb_promo_header.xml ('k') | chrome/android/java/res/layout/eb_search.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698