mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 06:13:30 +00:00
Can update the content of a post.
This commit is contained in:
13
app/src/main/res/layout/dialog_edit_post.xml
Normal file
13
app/src/main/res/layout/dialog_edit_post.xml
Normal 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>
|
Reference in New Issue
Block a user