diff options
author | Michael Kolb <kolby@google.com> | 2012-03-08 10:48:27 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-08 10:48:27 -0800 |
commit | 5ec9193a9de1d88f1958d66f49dacbb58daa0702 (patch) | |
tree | 4d591f5d6f173a70c3939ead93e40364c33b8656 /core | |
parent | 250069bf6bf3d7e2ef85c49e0cd100e80c3c8b7d (diff) | |
parent | 635ba36bf978aaab3b252a1512403a0bd58e3fb2 (diff) | |
download | frameworks_base-5ec9193a9de1d88f1958d66f49dacbb58daa0702.zip frameworks_base-5ec9193a9de1d88f1958d66f49dacbb58daa0702.tar.gz frameworks_base-5ec9193a9de1d88f1958d66f49dacbb58daa0702.tar.bz2 |
Merge "Fix webview dropdown item resource"
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/layout/webview_select_singlechoice.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/res/res/layout/webview_select_singlechoice.xml b/core/res/res/layout/webview_select_singlechoice.xml index c0753a8..d3c3c15 100644 --- a/core/res/res/layout/webview_select_singlechoice.xml +++ b/core/res/res/layout/webview_select_singlechoice.xml @@ -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" |