搜索栏未在操作栏中正确显示

时间:2013-11-11 06:12:51

标签: android android-layout android-actionbar-compat

我第一次使用actionbarcompat v7;在我执行动作搜索时出现问题:

1。)以横向模式移动设备搜索并从上边切断句子,
2.)想要编辑文本白色可绘制。我已经尝试了

final AutoCompleteTextView searchPlate = (AutoCompleteTextView)mSearchView.findViewById(android.support.v7.appcompat.R.id.search_src_text);
searchPlate.setBackgroundResource(R.drawable.edit_text_holo_light);

我也尝试过改变主题,比如

<item name="searchViewTextField">@drawable/edit_text_holo_light</item>

但它不起作用。

enter image description here

0 个答案:

没有答案