mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Ready to implement post creation.
This commit is contained in:
@ -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"
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user