Commit 0afb3a51 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set correct color to message info icon

parent 48c17f7a
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#999999"
android:tint="@color/actionMenuColor"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
......
......@@ -3,7 +3,7 @@
<item
android:id="@+id/action_message_info"
android:icon="@drawable/ic_action_info_outline_24dp"
android:icon="@drawable/ic_action_message_info_outline_24dp"
android:title="@string/action_msg_info" />
<item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment