我正在使用Search Widget,我想设置样式以确定箭头,放大镜和下划线的色调。另外,我想设置" suggestionsView"的样式。现在我的xml只有
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_label"
android:hint="@string/search_hint"
android:searchSuggestAuthority="com.example.MySuggestionProvider"
android:searchSuggestSelection=" ?" >
</searchable>
当我尝试强制某些常见属性(如android:background="@color/primary"
时,可搜索忽略属性。
那么有没有办法访问组成的视图并以编程方式设置它们?我想设置EditText和提供建议的适配器的项目视图