mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-04-19 03:20:55 +00:00
12 lines
524 B
XML
12 lines
524 B
XML
<?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> |