diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 6204a67..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 06d66eb..ae388c2 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -10,8 +10,8 @@ diff --git a/app/src/main/res/drawable/image.xml b/app/src/main/res/drawable/image.xml new file mode 100644 index 0000000..5e58b5e --- /dev/null +++ b/app/src/main/res/drawable/image.xml @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/otp_code.xml b/app/src/main/res/layout/otp_code.xml index cde328e..46d56b3 100644 --- a/app/src/main/res/layout/otp_code.xml +++ b/app/src/main/res/layout/otp_code.xml @@ -1,46 +1,73 @@ - - - - - + android:orientation="horizontal"> + android:id="@+id/imageView5" + android:layout_width="60dp" + android:layout_height="match_parent" + android:scaleX="0.8" + android:scaleY="0.8" + app:srcCompat="@drawable/cringeauth_white" + tools:srcCompat="@drawable/cringeauth_white" /> + + + + + + + + + + + + + + + \ No newline at end of file