Android UI for reading a message (text/plain only for now).

This commit is contained in:
akwizgran
2013-03-04 19:45:31 +00:00
parent a651e8ef73
commit d71ec9809d
15 changed files with 343 additions and 54 deletions

View File

@@ -48,5 +48,9 @@
android:name=".android.messages.ConversationListActivity"
android:label="@string/messages_title" >
</activity>
<activity
android:name=".android.messages.ReadMessageActivity"
android:label="@string/messages_title" >
</activity>
</application>
</manifest>