diff options
Diffstat (limited to 'app/src/main/res/layout/activity_edit_post.xml')
-rw-r--r-- | app/src/main/res/layout/activity_edit_post.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_edit_post.xml b/app/src/main/res/layout/activity_edit_post.xml index b82c9e05..178e8af3 100644 --- a/app/src/main/res/layout/activity_edit_post.xml +++ b/app/src/main/res/layout/activity_edit_post.xml @@ -53,6 +53,7 @@ android:textColor="?attr/primaryTextColor" /> <View + android:id="@+id/divider_edit_post_activity" android:layout_width="match_parent" android:layout_height="1dp" android:background="?attr/dividerColor" /> |