View messages in ViewMessageActivity. Use LinkResolverActivity to handle link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.

This commit is contained in:
Alex Ning
2019-08-18 16:03:58 +08:00
parent 1984332fdd
commit ffd1d6e204
30 changed files with 939 additions and 111 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_refresh_view_message_activity"
android:orderInCategory="1"
android:title="@string/action_refresh"
app:showAsAction="never" />
</menu>