Skip to content
Snippets Groups Projects
Commit 6aab963a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Set the context sheet items height to at least 48dp

parent a8194cc2
No related branches found
No related tags found
1 merge request!1999Set the context sheet items height to at least 48dp
Pipeline #520774 passed with stage
in 8 minutes and 3 seconds
......@@ -14,10 +14,11 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true">
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:minHeight="48dp">
<ImageView
android:id="@+id/context_option_icon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment