Ready to implement post creation.

This commit is contained in:
Pierre
2018-04-01 08:32:38 +02:00
parent c9617b5b52
commit 870ed9443f
7 changed files with 129 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<!-- Submit post -->
<Button
android:id="@+id/submit_create_post_form"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/post_action_send"

View File

@ -122,4 +122,5 @@
<string name="new_post_hint">New post…</string>
<string name="post_action_send">Send</string>
<string name="btn_show_create_form_description">Show / Hide create post form.</string>
<string name="err_post_content_too_short">The content of the post is too short !</string>
</resources>