Commit b2db4bcc authored by Leonardo Aramaki's avatar Leonardo Aramaki

Add share menu

parent 4d1976d1
......@@ -21,6 +21,11 @@
android:icon="@drawable/ic_quote_black_24px"
android:title="@string/action_msg_quote" />
<!--<item-->
<!--android:id="@+id/action_menu_msg_share"-->
<!--android:icon="@drawable/ic_share_black_24px"-->
<!--android:title="@string/action_msg_share" />-->
<!--<item-->
<!--android:id="@+id/action_menu_msg_pin"-->
<!--android:icon="@drawable/ic_pin_black_24dp"-->
......
......@@ -64,5 +64,6 @@
<string name="action_msg_delete">Remover</string>
<string name="action_msg_pin">Pinar Mensagem</string>
<string name="action_msg_star">Favoritar Mensagem</string>
<string name="action_msg_share">Compartilhar</string>
</resources>
\ No newline at end of file
......@@ -66,5 +66,6 @@
<string name="action_msg_delete">Delete</string>
<string name="action_msg_pin">Pin Message</string>
<string name="action_msg_star">Star Message</string>
<string name="action_msg_share">Share</string>
</resources>
\ No newline at end of file
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