Skip to content

Commit ec7fd4c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8e10696 + 5b4bfbc commit ec7fd4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Setup
2828
The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
2929
```java
3030
dependencies {
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
```

0 commit comments

Comments
 (0)