Skip to content

Commit

Permalink
fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Aug 7, 2022
1 parent f3c6597 commit f5a857e
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 127 deletions.
6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MainActivity : AppCompatActivity() {
otp_view.fitToWidth(width)

fill_button.setOnClickListener {
otp_view.setText("ABCDEF")
otp_view.setText("ABCDEF_EXTRA")
}

continue_button.setOnClickListener {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:importantForAutofill="no"
app:otp_itemCount="6"
app:otp_showCursor="true"
app:otp_underscoreCursor="true"
app:otp_textSize="24sp"
app:otp_highlightedTextSize="24sp"
app:otp_filledTextSize="24sp"
Expand Down
Loading

0 comments on commit f5a857e

Please sign in to comment.