summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_select_text_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/v_select_text_list_item.xml')
-rw-r--r--app/src/main/res/layout/v_select_text_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/v_select_text_list_item.xml b/app/src/main/res/layout/v_select_text_list_item.xml
index 44e82906..47a1f4ad 100644
--- a/app/src/main/res/layout/v_select_text_list_item.xml
+++ b/app/src/main/res/layout/v_select_text_list_item.xml
@@ -4,7 +4,8 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical"
- android:background="?attr/selectableItemBackground">
+ android:background="?attr/selectableItemBackground"
+ tools:viewBindingIgnore="true">
<LinearLayout
android:layout_width="match_parent"