Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded.

This commit is contained in:
Alex Ning
2019-07-11 16:32:27 +08:00
parent 36d24523b6
commit d8669c94e8
17 changed files with 249 additions and 78 deletions

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_post_detail_activity"
tools:context=".PostTextActivity">
<androidx.core.widget.NestedScrollView

View File

@@ -0,0 +1,10 @@
<?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_send_post_text_activity"
android:orderInCategory="1"
android:title="@string/action_send"
android:icon="@drawable/ic_send_white_24dp"
app:showAsAction="ifRoom" />
</menu>

View File

@@ -80,6 +80,9 @@
<string name="send_comment_failed">Could not send this comment</string>
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
<string name="posting">Posting</string>
<string name="post_failed">Could not post it</string>
<string name="download_completed">Download completed</string>
<string name="download_failed">Download Failed</string>