mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
Set the context sheet items height to at least 48dp
This commit is contained in:
parent
a8194cc21d
commit
6aab963a4f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user