Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jul 9, 2015
2 parents 8e10696 + 5b4bfbc commit ec7fd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Setup
The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
```java
dependencies {
compile ‘com.vinaygaba:creditcardview:1.0.2
compile ‘com.vinaygaba:creditcardview:1.0.3
}
```

Expand Down Expand Up @@ -406,6 +406,7 @@ You can modify the dimensions of some of the attributes by adding these attribut
<dimen name="card_number_text_size">size</dimen> //Default value:16sp
<dimen name="card_name_text_size">size</dimen> //Default value:14sp
<dimen name="expiry_date_text_size">size</dimen> //Default value:14sp
<dimen name="valid_till_text_size">size</dimen> //Default value:10sp
<dimen name="brand_logo_width">size</dimen> //Default value:120dp
<dimen name="brand_logo_height">size</dimen> //Default value:40dp
```
Expand Down

0 comments on commit ec7fd4c

Please sign in to comment.