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

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

Issue 2854643002: [Android] Width constrain bookmarks and downloads UIs (Closed)
Patch Set: Changes from dfalcantara@ review 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 | « chrome/android/java/res/layout/date_view.xml ('k') | chrome/android/java/res/layout/history_date_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/download_manager_ui_space_widget.xml
diff --git a/chrome/android/java/res/layout/download_manager_ui_space_widget.xml b/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
index 28607b3eb8696c7d18c95ff0d8837b21b22fc602..2fce1857a5ef9e51b65d2a844445ff0a74fe3ed4 100644
--- a/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
+++ b/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
@@ -8,9 +8,7 @@
xmlns:chrome="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="@dimen/downloads_item_margin"
- android:paddingEnd="14dp"
- android:paddingTop="26dp"
+ android:paddingTop="16dp"
android:paddingBottom="6dp"
android:orientation="vertical" >
« no previous file with comments | « chrome/android/java/res/layout/date_view.xml ('k') | chrome/android/java/res/layout/history_date_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698