diff --git a/.idea/render.experimental 2.xml b/.idea/render.experimental 2.xml
new file mode 100644
index 0000000..8ec256a
--- /dev/null
+++ b/.idea/render.experimental 2.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/baseline_enhanced_encryption_24.xml b/app/src/main/res/drawable/baseline_enhanced_encryption_24.xml
new file mode 100644
index 0000000..874ffdf
--- /dev/null
+++ b/app/src/main/res/drawable/baseline_enhanced_encryption_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/encrypt_and_decrypt_btn.xml b/app/src/main/res/drawable/encrypt_and_decrypt_btn.xml
new file mode 100644
index 0000000..e5d6be9
--- /dev/null
+++ b/app/src/main/res/drawable/encrypt_and_decrypt_btn.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_encryption.xml b/app/src/main/res/layout/activity_encryption.xml
index d726cdd..68d1b3a 100644
--- a/app/src/main/res/layout/activity_encryption.xml
+++ b/app/src/main/res/layout/activity_encryption.xml
@@ -4,76 +4,150 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/black"
+ android:background="@drawable/encryption"
android:orientation="vertical"
tools:context=".EncryptionActivity">
+
+ android:inputType="textPassword"
+ />
+ android:layout_marginTop="15dp"
+ android:layout_gravity="center"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file