I use these sources https://github.com/TechCybo/Android-App-From-Responsive-Website-NavDrawer

In the menu (activity_main_drawer) all the pictures have changed, they are color Compiled, it turned out this:

enter image description here

Although in android studio:

enter image description here

How to solve a problem?

  • Screenshots of links to unknown sites? No thanks. - Yuriy SPb

1 answer 1

Try using app: itemIconTint in NavigationView

<android.support.design.widget.NavigationView android:id="@+id/nav_view" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="left" android:fitsSystemWindows="true" android:theme="@style/AppTheme" app:headerLayout="@layout/nav_header_main" app:itemIconTint="#f00" app:itemTextColor="#0f0" app:menu="@menu/nav_drawer" />