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