G
G
gochag2017-08-30 14:50:48
Android
gochag, 2017-08-30 14:50:48

How to change color, back arrows?

0fe9ca2e8ed847329b569268a2d4d59a.pngI can't figure out how to change the color of the arrow, which item is responsible for this?

<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="searchViewStyle">@style/AppSearchViewStyle</item>
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorControlNormal">@color/gray</item>
        <item name="colorAccent">@color/gray</item>
    </style>

    <style name="AppSearchViewStyle" parent="Widget.AppCompat.SearchView">
        <item name="android:textCursorDrawable">@drawable/button_form_up</item>
        <item name="queryBackground">@android:color/black</item>
        <item name="searchIcon">@drawable/icon_toolbar_search</item>
        <item name="closeIcon">@drawable/icon_toolbar_clear</item>
        <item name="colorControlNormal">@color/gray</item>
        <item name="queryHint">@string/axtar</item>
        <item name="android:imeActionId">7</item>
    </style>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gochag, 2017-08-30
@gochag

https://stackoverflow.com/questions/33339043/how-t...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question