我需要强制用户在searchview v7中使用大写字母,您知道这样做的方法吗?与editText中使用的类似:
filter_text.setFilters(new InputFilter[]{new InputFilter.AllCaps()});
android android-appcompat searchview
android ×1
android-appcompat ×1
searchview ×1