Can update comment content.

This commit is contained in:
Pierre
2018-04-07 18:11:01 +02:00
parent 1096b98bd6
commit 20911e9b2a
7 changed files with 148 additions and 5 deletions

View File

@ -0,0 +1,12 @@
<?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">
<org.communiquons.android.comunic.client.ui.views.EditCommentContentView
android:id="@+id/input_comment_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/popup_editcomment_edit_placeholder"/>
</LinearLayout>