| Index: chrome/android/webapk/shell_apk/res/layout/choose_host_browser_dialog_list.xml
|
| diff --git a/chrome/android/webapk/shell_apk/res/layout/choose_host_browser_dialog_list.xml b/chrome/android/webapk/shell_apk/res/layout/choose_host_browser_dialog_list.xml
|
| deleted file mode 100644
|
| index a500a1fe673e24f0bcac2ccbbe714754cafb0b29..0000000000000000000000000000000000000000
|
| --- a/chrome/android/webapk/shell_apk/res/layout/choose_host_browser_dialog_list.xml
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2017 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. -->
|
| -
|
| -<LinearLayout
|
| - xmlns:android="http://schemas.android.com/apk/res/android"
|
| - xmlns:tools="http://schemas.android.com/tools"
|
| - tools:ignore="UseCompoundDrawables"
|
| - android:orientation="horizontal"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="wrap_content">
|
| -
|
| - <ImageView
|
| - android:id="@+id/browser_icon"
|
| - android:contentDescription="@null"
|
| - android:layout_width="48dp"
|
| - android:layout_height="48dp"
|
| - android:paddingStart="20dp"
|
| - android:layout_gravity="start" />
|
| -
|
| - <TextView
|
| - android:id="@+id/browser_name"
|
| - android:paddingStart="20dp"
|
| - android:layout_gravity="center"
|
| - android:layout_width="fill_parent"
|
| - android:layout_height="wrap_content" />
|
| -</LinearLayout>
|
|
|