From 20b1e4ea96cbc61b3a2cc9d948bf21fe41f7b725 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 5 Jan 2016 17:46:13 -0800 Subject: Update CardView to use themed version of card_rounded_corners (pre-L does not support attr colors) --- app/src/main/res/drawable/card_rounded_corners_light.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/src/main/res/drawable/card_rounded_corners_light.xml (limited to 'app/src/main/res/drawable/card_rounded_corners_light.xml') diff --git a/app/src/main/res/drawable/card_rounded_corners_light.xml b/app/src/main/res/drawable/card_rounded_corners_light.xml new file mode 100644 index 00000000..5475c3d6 --- /dev/null +++ b/app/src/main/res/drawable/card_rounded_corners_light.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3