Created post create form.

This commit is contained in:
Pierre
2018-04-01 00:15:01 +02:00
parent a4e8ada1c7
commit 0558f77aed
8 changed files with 181 additions and 7 deletions

View File

@@ -119,4 +119,7 @@
<string name="popup_deletepost_cancel">No</string>
<string name="popup_deletepost_confirm">Yes</string>
<string name="err_delete_post">An error occurred while trying to delete post! Please try again later…</string>
<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>
</resources>

View File

@@ -27,6 +27,10 @@
<item name="android:paddingEnd">5dp</item>
</style>
<style name="AddUserPostButton">
<item name="android:layout_gravity">center_vertical</item>
</style>
<!-- Posts style -->
<!-- Post container -->
<style name="PostContainer">