I would love to enable touch feedback for my Open-Source library.
I\'ve created a RecyclerView
and a CardView
. The CardView
co
Had the same problem as Jiang:
I have to set the attributes to the layout-file, which is inflating the RecycleView.
My Main-Layout: (Don't add the properties here!)
My RecycleViewAdapter:
View v = inflater.inflate(R.layout.list_center_item, parent, false);
My list_center_item.xml (Add the properties here!)