diff --git a/app/src/main/java/com/josh/trackcovid19v2/ui/yourrealcountry/YourrealcountryFragment.java b/app/src/main/java/com/josh/trackcovid19v2/ui/yourrealcountry/YourrealcountryFragment.java index e6451e2..0b3fae2 100644 --- a/app/src/main/java/com/josh/trackcovid19v2/ui/yourrealcountry/YourrealcountryFragment.java +++ b/app/src/main/java/com/josh/trackcovid19v2/ui/yourrealcountry/YourrealcountryFragment.java @@ -131,7 +131,7 @@ public class YourrealcountryFragment extends Fragment { spin.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { @Override public void onItemSelected(AdapterView parent, View view, int position, long id) { - //Created by Josh Patra or souravp12 on Github.. This comment has been added to prevent people from stealing my work and publishing asdf it as their own. + //Created by Josh Patra or SoPat712 on Github.. This comment has been added to prevent people from stealing my work and publishing asdf it as their own. rememberLocation[0] = position; j[0] = 0; Picasso.get().load(countries.get(position).flag).into(imageView); diff --git a/app/src/main/res/layout/activity_home.xml b/app/src/main/res/layout/activity_home.xml index 0086d62..140a3f9 100644 --- a/app/src/main/res/layout/activity_home.xml +++ b/app/src/main/res/layout/activity_home.xml @@ -58,7 +58,7 @@ app:layout_constraintTop_toTopOf="@+id/imageView3" app:layout_constraintWidth_percent=".20" />