Merge "Fix ArrayIndexOutOfBoundsException crash" into lmp-mr1-dev
diff --git a/res/layout/edit_delete_button.xml b/res/layout/edit_delete_button.xml
index eff2c51..d2c7fb9 100644
--- a/res/layout/edit_delete_button.xml
+++ b/res/layout/edit_delete_button.xml
@@ -21,8 +21,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="@dimen/editor_min_line_item_height"
- android:layout_marginRight="2dip"
- android:layout_marginEnd="2dip"
android:layout_gravity="center_vertical">
<ImageView
android:id="@+id/delete_button"