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

Unified Diff: chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml

Issue 2711003006: Remove the Physical Web SwipeRefreshWidget (Closed)
Patch Set: git show Created 3 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 | « no previous file | chrome/android/java/res/layout/physical_web_list_urls_activity.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
diff --git a/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml b/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
deleted file mode 100644
index af10e15f21da89e36106f96d927053a372be5eb9..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
+++ /dev/null
@@ -1,58 +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. -->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:padding="16dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <ImageView
- android:id="@+id/nearby_urls_icon"
- android:layout_width="32dp"
- android:layout_height="32dp"
- android:layout_marginTop="4dp"
- android:layout_alignParentTop="true"
- android:layout_alignParentStart="true"
- android:contentDescription="@null">
- </ImageView>
- <TextView
- android:id="@+id/nearby_urls_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginStart="48dp"
- android:layout_alignParentTop="true"
- android:layout_alignParentStart="true"
- android:textSize="16sp"
- android:textColor="@color/physical_web_header_color"
- android:singleLine="true"
- android:ellipsize="end">
- </TextView>
- <TextView
- android:id="@+id/nearby_urls_url"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:layout_marginStart="48dp"
- android:layout_below="@id/nearby_urls_title"
- android:layout_alignParentStart="true"
- android:textSize="12sp"
- android:textColor="@color/physical_web_url_color"
- android:singleLine="true"
- android:ellipsize="end">
- </TextView>
- <TextView
- android:id="@+id/nearby_urls_description"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="12dp"
- android:layout_marginStart="48dp"
- android:layout_below="@id/nearby_urls_url"
- android:layout_alignParentStart="true"
- android:textSize="14sp"
- android:textColor="@color/physical_web_url_description_color"
- android:lines="2"
- android:ellipsize="end"
- android:lineSpacingExtra="1.5dp">
- </TextView>
-</RelativeLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/physical_web_list_urls_activity.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698