File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
2929``` java
3030dependencies {
31- compile ‘com. vinaygaba: creditcardview: 1.0 . 2 ’
31+ compile ‘com. vinaygaba: creditcardview: 1.0 . 3 ’
3232}
3333```
3434
@@ -406,6 +406,7 @@ You can modify the dimensions of some of the attributes by adding these attribut
406406<dimen name="card_number_text_size">size</dimen> //Default value:16sp
407407<dimen name="card_name_text_size">size</dimen> //Default value:14sp
408408<dimen name="expiry_date_text_size">size</dimen> //Default value:14sp
409+ <dimen name="valid_till_text_size">size</dimen> //Default value:10sp
409410<dimen name="brand_logo_width">size</dimen> //Default value:120dp
410411<dimen name="brand_logo_height">size</dimen> //Default value:40dp
411412```
You can’t perform that action at this time.
0 commit comments