Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fix webview dropdown item resource
Browse files Browse the repository at this point in the history
    Bug: 5521715

Change-Id: I9818beb0f477eb405e4156bafb7ecbfb2a5986c0
  • Loading branch information
Michael Kolb committed Mar 8, 2012
1 parent 761415b commit 635ba36
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions core/res/res/layout/webview_select_singlechoice.xml
Expand Up @@ -17,13 +17,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="?android:attr/textColorAlertDialogListItem"
android:gravity="center_vertical"
android:paddingLeft="12dip"
android:paddingRight="7dip"
android:layout_height="?android:attr/dropdownListPreferredItemHeight"
android:ellipsize="marquee"
style="?android:attr/spinnerDropDownItemStyle"
android:background="?android:attr/activatedBackgroundIndicator"
Expand Down

0 comments on commit 635ba36

Please sign in to comment.