9 lines
No EOL
390 B
XML
9 lines
No EOL
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/signal_context_menu_list"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:minWidth="200dp" /> |