-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
101 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<group> | ||
<clip-path | ||
android:pathData="M0,0h16v16h-16z"/> | ||
<path | ||
android:pathData="M8,8.777L10.264,11.041C10.366,11.143 10.495,11.195 10.649,11.198C10.804,11.2 10.934,11.148 11.041,11.041C11.148,10.934 11.201,10.805 11.201,10.653C11.201,10.501 11.148,10.371 11.041,10.264L8.776,8L11.041,5.736C11.143,5.634 11.195,5.505 11.198,5.351C11.2,5.196 11.148,5.066 11.041,4.959C10.934,4.852 10.805,4.799 10.653,4.799C10.501,4.799 10.371,4.852 10.264,4.959L8,7.224L5.736,4.959C5.634,4.857 5.505,4.805 5.351,4.803C5.196,4.8 5.066,4.852 4.959,4.959C4.852,5.066 4.799,5.195 4.799,5.347C4.799,5.499 4.852,5.629 4.959,5.736L7.223,8L4.959,10.264C4.857,10.366 4.805,10.495 4.803,10.649C4.8,10.804 4.852,10.934 4.959,11.041C5.066,11.148 5.195,11.201 5.347,11.201C5.499,11.201 5.629,11.148 5.736,11.041L8,8.777ZM8.001,15C7.033,15 6.123,14.816 5.271,14.449C4.419,14.081 3.678,13.583 3.048,12.953C2.418,12.323 1.919,11.582 1.551,10.731C1.184,9.879 1,8.969 1,8.001C1,7.033 1.184,6.123 1.551,5.271C1.919,4.419 2.417,3.678 3.047,3.048C3.677,2.418 4.418,1.919 5.269,1.551C6.121,1.184 7.031,1 7.999,1C8.967,1 9.877,1.184 10.729,1.551C11.581,1.919 12.322,2.417 12.952,3.047C13.582,3.677 14.081,4.418 14.449,5.269C14.816,6.121 15,7.031 15,7.999C15,8.967 14.816,9.877 14.449,10.729C14.081,11.581 13.583,12.322 12.953,12.952C12.323,13.582 11.582,14.081 10.731,14.449C9.879,14.816 8.969,15 8.001,15Z" | ||
android:fillColor="#6D7B9E"/> | ||
</group> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ | |
<string name="new_message_subject_hint">Subject</string> | ||
<string name="new_message_body_hint">Type your message…</string> | ||
<string name="you_not_connected_to_this_contact_error">You’re not connected to this contact.</string> | ||
<string name="content_description_recipient_clear">Clear recipient</string> | ||
|
||
<string name="new_contact_id_hint">[email protected]</string> | ||
<string name="new_contact_alias_hint">James Bond</string> | ||
|