diff --git a/res/layout-large-notouch/update_item_view.xml b/res/layout-large-notouch/update_item_view.xml
index 4e299dd..18973f2 100644
--- a/res/layout-large-notouch/update_item_view.xml
+++ b/res/layout-large-notouch/update_item_view.xml
@@ -80,12 +80,24 @@
-
+ android:orientation="vertical">
+
+
+
diff --git a/res/layout/update_item_view.xml b/res/layout/update_item_view.xml
index ade5d6d..83de487 100644
--- a/res/layout/update_item_view.xml
+++ b/res/layout/update_item_view.xml
@@ -79,12 +79,24 @@
-
+ android:orientation="vertical">
+
+
+
diff --git a/src/org/lineageos/updater/UpdatesListAdapter.java b/src/org/lineageos/updater/UpdatesListAdapter.java
index 33f4c2d..44474ac 100644
--- a/src/org/lineageos/updater/UpdatesListAdapter.java
+++ b/src/org/lineageos/updater/UpdatesListAdapter.java
@@ -35,6 +35,7 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.CheckBox;
+import android.widget.ImageButton;
import android.widget.ProgressBar;
import android.widget.TextView;
@@ -93,6 +94,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter {
startActionMode(update, canDelete, anchor);
- return true;
};
}