diff options
author | Leon Scroggins <scroggo@google.com> | 2010-02-17 11:29:48 -0500 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2010-02-17 11:29:48 -0500 |
commit | 96ab239a56b9efc53794a900128fa449853f5f1e (patch) | |
tree | 9d30a752a67e0239477bba4a93570f72d81add79 /res | |
parent | 8ad299270a97dfa3f9bcb956096bc152498fb727 (diff) | |
download | packages_apps_Browser-96ab239a56b9efc53794a900128fa449853f5f1e.zip packages_apps_Browser-96ab239a56b9efc53794a900128fa449853f5f1e.tar.gz packages_apps_Browser-96ab239a56b9efc53794a900128fa449853f5f1e.tar.bz2 |
Remove style for WebTextView.
No longer needed now that this has been moved to a framework style.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index fa29a2a..4779aa1 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -23,7 +23,6 @@ <item name="android:colorBackground">#FFFFFFFF</item> <item name="android:windowNoTitle">true</item> <item name="android:windowContentOverlay">@null</item> - <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextView</item> </style> <style name="BookmarkTheme" parent="@android:Theme.Black"> @@ -31,17 +30,6 @@ <item name="android:windowContentOverlay">@null</item> </style> - <style name="AutoCompleteTextView"> - <item name="android:focusable">true</item> - <item name="android:focusableInTouchMode">true</item> - <item name="android:clickable">true</item> - <item name="android:completionHintView">@android:layout/simple_dropdown_item_1line</item> - <item name="android:textAppearance">?android:attr/textAppearanceLargeInverse</item> - <item name="android:completionThreshold">2</item> - <item name="android:dropDownSelector">@android:drawable/list_selector_background</item> - <item name="android:popupBackground">@android:drawable/spinner_dropdown_background</item> - </style> - <style name="FindDialog"> <item name="android:windowEnterAnimation">@anim/find_dialog_enter</item> <item name="android:windowExitAnimation">@anim/find_dialog_exit</item> |