Skip to content

Commit 5ec9193

Browse files
Michael KolbAndroid (Google) Code Review
authored andcommitted
Merge "Fix webview dropdown item resource"
2 parents 250069b + 635ba36 commit 5ec9193

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)