I am new to Android and this is my first question here.
I am trying to add a colored vertical border at the beginning of the cardview. How can I achieve it on xml ?
my solution:
create a file card_view_border.xml
and set programmatically
cardView.setBackgroundResource(R.drawable.card_view_border);