mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-10-17 02:34:43 +00:00
Created post create form.
This commit is contained in:
@@ -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>
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user