Skip to content

Commit

Permalink
Update some more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
amlcurran committed Nov 6, 2014
1 parent 1e08830 commit 7cee19b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Binary file added app/res/drawable-xxhdpi/ic_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-xxhdpi/ic_person.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-xxhdpi/ic_person_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-xxhdpi/ic_unread.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions app/res/menu/modal_conversation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,26 @@
~ limitations under the License.
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:icon="@drawable/ic_action_person"
android:icon="@drawable/ic_person"
android:title="@string/view_contact"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:id="@+id/modal_contact" />
<item
android:icon="@drawable/ic_action_add_person"
android:icon="@drawable/ic_person_add"
android:title="@string/add_contact"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:id="@+id/modal_contact_add" />
<item
android:icon="@drawable/ic_action_mark_unread"
android:icon="@drawable/ic_unread"
android:title="@string/mark_as_unread"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:id="@+id/modal_mark_unread" />
<item
android:icon="@drawable/ic_action_discard"
android:icon="@drawable/ic_delete"
android:title="@string/delete_thread"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:id="@+id/modal_delete_thread" />
</menu>

0 comments on commit 7cee19b

Please sign in to comment.