| 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>
|
|
|