We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b19c787 + d174237 commit 041ed04Copy full SHA for 041ed04
core/res/res/layout/web_text_view_dropdown.xml
@@ -23,4 +23,7 @@ limitations under the License.
23
android:background="#ffffffff"
24
android:singleLine="true"
25
android:layout_width="match_parent"
26
- android:layout_height="?android:attr/searchResultListItemHeight" />
+ android:layout_height="wrap_content"
27
+ android:minHeight="?android:attr/listPreferredItemHeightSmall"
28
+ android:paddingTop="3dip"
29
+ android:paddingBottom="3dip" />
0 commit comments