diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_edit_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_edit_post.xml b/app/src/main/res/layout/activity_edit_post.xml index b2bff825..267d1cfe 100644 --- a/app/src/main/res/layout/activity_edit_post.xml +++ b/app/src/main/res/layout/activity_edit_post.xml @@ -55,7 +55,7 @@ android:layout_height="1dp" /> <EditText - android:id="@+id/post_text_content_edit_text_edit_post_activity" + android:id="@+id/post_content_edit_text_edit_post_activity" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="top" |