From e549e4a2c7fbda3c9833372eca6da6a9423324ce Mon Sep 17 00:00:00 2001 From: fevziomurtekin Date: Wed, 10 Jul 2019 00:55:25 +0300 Subject: [PATCH] edittext edited. --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9d61004..85c20f6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -[![](https://jitpack.io/v/fevziomurtekin/PayView.svg)](https://jitpack.io/#fevziomurtekin/PayView) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-PayView-green.svg?style=flat )]( https://android-arsenal.com/details/1/7724 ) +[![](https://jitpack.io/v/fevziomurtekin/PayView.svg)](https://jitpack.io/#fevziomurtekin/PayView) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-PayView-green.svg?style=flat )]( https://android-arsenal.com/details/1/7724 )![Twitter Follow](https://img.shields.io/twitter/follow/fevziomurtekin.svg?label=fevziomurtekin&style=social)


-Payment View library for Credit and Debit Card. +💳 Payment View library for Credit and Debit Card.

-💳

            

@@ -32,8 +31,8 @@ allprojects { ..... dependencies { - implementation 'com.github.fevziomurtekin:PayView:1.0.0' - } + implementation 'com.github.fevziomurtekin:PayView:1.0.1' + } } ``` @@ -82,9 +81,9 @@ dependencies { | Attribute | Description | | --- | --- | | `cardBgColor` | The color in int of the card background color (by default android.R.color.holo_blue_light) | -|cardFgColor| The color in int of the card foreground color (by default android.R.color.white)| -|cardTextColor| The color in int of the card text color (by default android.R.color.black)| -|cardAnimationType| Animation in AnimationType of the PayView (by default horizontal)| +| `cardFgColor` | The color in int of the card foreground color (by default android.R.color.white)| +| `cardTextColor` | The color in int of the card text color (by default android.R.color.black)| +| `cardAnimationType` | Animation in AnimationType of the PayView (by default horizontal)| | `cardNameTextSize` | The size in sp of the search text size (by default 15sp) | | `cardNoTextSize` | The size in sp of the search text size (by default 14sp)| |`cardYearTextSize`|The size in sp of the search text size (by default 13sp) | @@ -93,10 +92,7 @@ dependencies { |`cardNumberHelperText`| Default text, "You must enter your 16-digit card number. "| |`cardNameHelperText`| Default text "Enter to card name. You'll enter max 25 characters"| -## TODO for new Version -- [x] Horizontal/vertical Animation. -- [x] Card design programmatically will changed. ## License The Apache License 2.0 - see [`LICENSE`](LICENSE) for more details