From 0bc709c0d936fb01abf6545c5c0e58150f40e950 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Tue, 13 Jun 2017 17:00:05 -0700 Subject: [PATCH] Add more space above the first item in choose usb mode dialog. Add top padding to the usb mode list container to make the space between the title and the first item look more consistent with the rest of the list items. Change-Id: Idb9d93821393b44d2b63ea5bb6dc4c009e297c8c Fix: 62533419 Test: visual --- res/layout/usb_dialog_container.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/usb_dialog_container.xml b/res/layout/usb_dialog_container.xml index e1459117591..bc6399fd514 100644 --- a/res/layout/usb_dialog_container.xml +++ b/res/layout/usb_dialog_container.xml @@ -25,6 +25,7 @@ android:id="@+id/container" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingTop="20dp" android:orientation="vertical" />