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

Unified Diff: chrome/android/java/res/layout-sw720dp/download_main.xml

Issue 2834453007: Download Home : Remove drawer UI (Closed)
Patch Set: tests Created 3 years, 8 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/download_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/download_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698