diff --git a/app/src/main/java/com/example/ofywellness/Category.java b/app/src/main/java/com/example/ofywellness/Category.java
index 279f2b3..57443be 100644
--- a/app/src/main/java/com/example/ofywellness/Category.java
+++ b/app/src/main/java/com/example/ofywellness/Category.java
@@ -21,6 +21,7 @@ public class Category extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_category);
+ /* his code was used to add profile log out button on click of image button which is removed
profile= findViewById(R.id.profile);
gso= new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN).requestEmail().build();
gsc= GoogleSignIn.getClient(this,gso);
@@ -32,7 +33,7 @@ protected void onCreate(Bundle savedInstanceState) {
Toast.makeText(getApplicationContext(),"Logged Out !, Signin Again ",Toast.LENGTH_SHORT).show();
});
- });
+ });*/
}
public void returnhome(View view) {
diff --git a/app/src/main/res/drawable/scarremoval.png b/app/src/main/res/drawable/scarremoval.png
new file mode 100644
index 0000000..7fd7029
Binary files /dev/null and b/app/src/main/res/drawable/scarremoval.png differ
diff --git a/app/src/main/res/drawable/skintreatment.png b/app/src/main/res/drawable/skintreatment.png
deleted file mode 100644
index 7ca49b5..0000000
Binary files a/app/src/main/res/drawable/skintreatment.png and /dev/null differ
diff --git a/app/src/main/res/layout/activity_category.xml b/app/src/main/res/layout/activity_category.xml
index 1f763b3..7235982 100644
--- a/app/src/main/res/layout/activity_category.xml
+++ b/app/src/main/res/layout/activity_category.xml
@@ -26,13 +26,6 @@
android:id="@+id/profile_container"
android:orientation="horizontal">
-
-
-
+ android:textSize="50sp"/>
@@ -114,14 +100,15 @@
@@ -146,7 +133,8 @@
@@ -171,7 +159,8 @@
@@ -206,7 +195,8 @@
@@ -231,7 +221,8 @@
@@ -255,16 +246,30 @@
- -->
-
-