| Index: chrome/android/java/res/layout-sw720dp/download_main.xml
|
| diff --git a/chrome/android/java/res/layout-sw720dp/download_main.xml b/chrome/android/java/res/layout-sw720dp/download_main.xml
|
| deleted file mode 100644
|
| index 6c201cdf41a0138d26ae3bc7832c2d8b3ef9562f..0000000000000000000000000000000000000000
|
| --- a/chrome/android/java/res/layout-sw720dp/download_main.xml
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2016 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"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent"
|
| - android:orientation="horizontal" >
|
| -
|
| - <LinearLayout
|
| - android:id="@+id/drawer_layout"
|
| - android:layout_width="256dp"
|
| - android:layout_height="match_parent"
|
| - android:layout_gravity="start"
|
| - android:orientation="vertical"
|
| - android:background="@android:color/white"
|
| - android:clickable="true" >
|
| -
|
| - <include layout="@layout/download_manager_ui_space_widget" />
|
| -
|
| - <ListView
|
| - android:id="@+id/section_list"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="0dp"
|
| - android:layout_weight="1"
|
| - android:divider="@null"
|
| - android:dividerHeight="0dp" />
|
| - </LinearLayout>
|
| -
|
| - <org.chromium.chrome.browser.widget.selection.SelectableListLayout
|
| - android:id="@+id/selectable_list"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent"
|
| - android:background="@android:color/white" />
|
| -
|
| -</LinearLayout>
|
|
|