Can update the content of a post.

This commit is contained in:
Pierre
2018-04-08 14:40:13 +02:00
parent 758ed7c09c
commit 13a7a85e1a
7 changed files with 142 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Post content -->
<EditText
android:id="@+id/post_content_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/edit_post_content_hint"/>
</LinearLayout>