Skip to content

Commit

Permalink
Sample project updated
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Oct 27, 2018
1 parent aa19d5b commit dbcc930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
1 change: 1 addition & 0 deletions sample/src/main/res/layout/activity_sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
app:isCursorEnabled="true"
app:highlightSingleFieldMode="true"
android:id="@+id/squareField"
app:cornerRadius="10dp"
android:layout_marginTop="15dp"/>

<com.poovam.pinedittextfield.LinePinField
Expand Down

0 comments on commit dbcc930

Please sign in to comment.