From 204c625ea307d30026b43cfe2fe4076aacb7e099 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Sat, 8 May 2021 01:08:41 +0530 Subject: Add random city array and fix issue with location picking with map --- app/src/main/res/layout/fragment_fake_location.xml | 75 ++++++++++------------ 1 file changed, 33 insertions(+), 42 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 38faf67..d67a981 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -3,30 +3,30 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:mapbox="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" android:background="@color/white" + android:layout_height="match_parent" + android:layout_width="match_parent" > @@ -102,53 +102,44 @@ -