From da14ae432a4e3267e32c5b601af37413368ea253 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 9 Dec 2019 17:40:52 +0100 Subject: [PATCH] Ensure we will not use EpoxyRecyclerView as a View anymore --- tools/check/forbidden_strings_in_resources.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_resources.txt b/tools/check/forbidden_strings_in_resources.txt index 435a81e3ba..17ae015265 100644 --- a/tools/check/forbidden_strings_in_resources.txt +++ b/tools/check/forbidden_strings_in_resources.txt @@ -81,4 +81,7 @@ layout_constraintLeft_ ### Will crash on API < 21. Use ?colorAccent instead \?android:colorAccent -\?android:attr/colorAccent \ No newline at end of file +\?android:attr/colorAccent + +### Use androidx.recyclerview.widget.RecyclerView because EpoxyRecyclerViews add behavior we do not want to +