From fb989b501872666de279b51adcda7eb5fdb2d4f0 Mon Sep 17 00:00:00 2001 From: JG-Cody Date: Tue, 19 Sep 2023 18:16:50 +0200 Subject: [PATCH] =?UTF-8?q?Image=20f=C3=BCr=20otp-Codes=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetDropDown.xml | 17 ------ .idea/gradle.xml | 4 +- app/src/main/res/drawable/image.xml | 22 +++++++ app/src/main/res/layout/otp_code.xml | 85 ++++++++++++++++++---------- 4 files changed, 80 insertions(+), 48 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 app/src/main/res/drawable/image.xml 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