commit | 8f8fb1c1620c66f12222fd8cba6ae319b3652ce2 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Jun 16 23:35:22 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 16 23:35:24 2017 +0000 |
tree | 0798b8c15e4246cf96774bd485b859d2c1452001 | |
parent | 33cad22f4fecb7d6ba9bad6c0abcabe1445dc5cc [diff] | |
parent | 0bc709c0d936fb01abf6545c5c0e58150f40e950 [diff] |
Merge "Add more space above the first item in choose usb mode dialog."
diff --git a/res/layout/usb_dialog_container.xml b/res/layout/usb_dialog_container.xml index e145911..bc6399f 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" /> </ScrollView>