Many small fixes and mior UI fixed.

This commit is contained in:
Alex Ning
2019-08-20 10:56:41 +08:00
parent 6e33dcad75
commit a340517974
13 changed files with 109 additions and 36 deletions

View File

@@ -19,9 +19,11 @@
android:layout_gravity="start">
<androidx.core.widget.NestedScrollView
android:id="@+id/nested_scroll_view_main_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical">
android:scrollbars="vertical"
android:clipToPadding="false">
<LinearLayout
android:layout_width="match_parent"

View File

@@ -110,6 +110,8 @@
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
<string name="select_a_subreddit">Please select a subreddit first</string>
<string name="title_required">The post need a good title</string>
<string name="link_required">Hey where is the link?</string>
<string name="select_an_image">Please select an image first</string>
<string name="posting">Posting</string>
<string name="post_failed">Could not post it</string>