Searched refs:cardForeground (Results 1 – 1 of 1) sorted by relevance
159 Drawable cardForeground = a.getDrawable(R.styleable.lbBaseCardView_cardForeground); in BaseCardView() local160 if (cardForeground != null) { in BaseCardView()161 setForeground(cardForeground); in BaseCardView()