diff options
| author | 2016-05-23 18:27:13 +0000 | |
|---|---|---|
| committer | 2016-05-23 18:27:14 +0000 | |
| commit | 80c18bcc3a52dee62eec4b95de1ebfbf3c7d397f (patch) | |
| tree | 96444aca8486ba3891833488893326af8afce2f5 | |
| parent | 7660bca5099b1a568e025345f1ba0aa68793e15a (diff) | |
| parent | 8aa4856f22f2f0f2056032eed22e3db249e9707f (diff) | |
Merge "Correct height of add printer list separator" into nyc-dev
| -rw-r--r-- | packages/PrintSpooler/res/layout/add_printer_list_header.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/PrintSpooler/res/layout/add_printer_list_header.xml b/packages/PrintSpooler/res/layout/add_printer_list_header.xml index ff342cbbb0fa..9eee0c46c124 100644 --- a/packages/PrintSpooler/res/layout/add_printer_list_header.xml +++ b/packages/PrintSpooler/res/layout/add_printer_list_header.xml @@ -16,7 +16,8 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" - android:layout_height="?android:attr/listPreferredItemHeightSmall" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeightSmall" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:orientation="horizontal" |