From dbcc930732471abdd23803e65941c2a12a552490 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Sat, 27 Oct 2018 18:14:58 +0530 Subject: [PATCH] Sample project updated --- sample/build.gradle | 3 ++- sample/src/main/res/layout/activity_sample.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 339d606..9404fff 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -34,5 +34,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - compile 'com.poovam:pin-edittext-field:1.0.9' + compile 'com.poovam:pin-edittext-field:1.1.0' + //compile project(':app') //for library development purpose please ignore this line } diff --git a/sample/src/main/res/layout/activity_sample.xml b/sample/src/main/res/layout/activity_sample.xml index 1f357e9..25b05d3 100644 --- a/sample/src/main/res/layout/activity_sample.xml +++ b/sample/src/main/res/layout/activity_sample.xml @@ -25,6 +25,7 @@ app:isCursorEnabled="true" app:highlightSingleFieldMode="true" android:id="@+id/squareField" + app:cornerRadius="10dp" android:layout_marginTop="15dp"/>