Skip to content

Commit 635ba36

Browse files
author
Michael Kolb
committed
Fix webview dropdown item resource
Bug: 5521715 Change-Id: I9818beb0f477eb405e4156bafb7ecbfb2a5986c0
1 parent 761415b commit 635ba36

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

core/res/res/layout/webview_select_singlechoice.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:id="@android:id/text1"
1919
android:layout_width="match_parent"
20-
android:layout_height="wrap_content"
21-
android:minHeight="?android:attr/listPreferredItemHeight"
22-
android:textAppearance="?android:attr/textAppearanceLarge"
23-
android:textColor="?android:attr/textColorAlertDialogListItem"
24-
android:gravity="center_vertical"
25-
android:paddingLeft="12dip"
26-
android:paddingRight="7dip"
20+
android:layout_height="?android:attr/dropdownListPreferredItemHeight"
2721
android:ellipsize="marquee"
2822
style="?android:attr/spinnerDropDownItemStyle"
2923
android:background="?android:attr/activatedBackgroundIndicator"

0 commit comments

Comments
 (0)