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/values/arrays.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app/src/main/res/values/arrays.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml new file mode 100644 index 0000000..702947b --- /dev/null +++ b/app/src/main/res/values/arrays.xml @@ -0,0 +1,32 @@ + + + + + Barcelona + Budapest + Abu Dhabi + Hyderabad + Quezon City + Paris + London + Shanghai + Madrid + Lahore + Chicago + + \ No newline at end of file -- cgit v1.2.1