diff options
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" |
