Merge pull request #610 from jjbillings/add-material-icons

Change icon color
This commit is contained in:
Phillip Thelen 2016-09-05 14:04:12 +02:00 committed by GitHub
commit c27fcb4aa8
26 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

View file

@ -2,26 +2,26 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu.chat.copy.as.todo"
android:icon="@drawable/ic_action_launch"
android:icon="@drawable/ic_launch_black_24dp"
android:title="@string/copy_as_todo" />
<item
android:id="@+id/menu.chat.send.pm"
android:icon="@drawable/ic_action_chat"
android:icon="@drawable/ic_chat_black_24dp"
android:title="@string/send_pm" />
<group>
<item
android:id="@+id/menu.chat.copy"
android:icon="@drawable/ic_action_warning"
android:icon="@drawable/ic_content_copy_black_24dp"
app:showAsAction="always|withText"
android:title="@string/copy_chat_message" />
<item
android:id="@+id/menu.chat.flag"
android:icon="@drawable/ic_action_warning"
android:icon="@drawable/ic_flag_black_24dp"
app:showAsAction="always|withText"
android:title="@string/flag" />
<item
android:id="@+id/menu.chat.delete"
android:icon="@drawable/ic_action_delete_white_24"
android:icon="@drawable/ic_delete_black_24dp"
android:title="@string/delete" />
</group>
</menu>