【发布时间】:2016-02-01 18:57:46
【问题描述】:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="right|end">
<android.support.v7.widget.SearchView
android:background="@null"
android:id="@+id/searchView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</android.support.v7.widget.Toolbar>
我的 colorAccent 也是 colorPrimary,如何更改光标颜色,我参考了其他问题,但没有解决我的问题
【问题讨论】: