From d70d8fb1d2ad50c61baf4efd9ab9cb00c111d6e2 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sun, 1 Mar 2020 10:30:29 +0000 Subject: [PATCH] Minor adjustments just to grab screenshots --- .idea/codeStyles/Project.xml | 134 ++++++++++++++---- .idea/gradle.xml | 1 + .idea/misc.xml | 16 ++- .idea/vcs.xml | 6 + app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 3 + .../h_mal/exchangemap/FragmentMap.java | 126 ++-------------- .../h_mal/exchangemap/FragmentSearch.java | 25 +++- .../h_mal/exchangemap/MapsActivity.java | 7 + .../h_mal/exchangemap/MapsJsonCall.java | 17 ++- .../h_mal/exchangemap/ResultsFragment.java | 25 ++++ app/src/main/res/drawable/outline.xml | 7 + app/src/main/res/layout/fragment_results.xml | 37 +++++ app/src/main/res/layout/fragment_search.xml | 17 ++- app/src/main/res/layout/result_layout.xml | 78 ++++++++++ app/src/main/res/layout/result_layout_1.xml | 69 +++++++++ app/src/main/res/layout/result_layout_2.xml | 69 +++++++++ app/src/main/res/layout/result_layout_3.xml | 65 +++++++++ app/src/main/res/values/dimens.xml | 1 + app/src/main/res/values/styles.xml | 6 + 20 files changed, 557 insertions(+), 153 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 app/src/main/java/com/appttude/h_mal/exchangemap/ResultsFragment.java create mode 100644 app/src/main/res/drawable/outline.xml create mode 100644 app/src/main/res/layout/fragment_results.xml create mode 100644 app/src/main/res/layout/result_layout.xml create mode 100644 app/src/main/res/layout/result_layout_1.xml create mode 100644 app/src/main/res/layout/result_layout_2.xml create mode 100644 app/src/main/res/layout/result_layout_3.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 30aa626..ae78c11 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,29 +1,113 @@ - - - - - - - - - - + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c7..169fd0d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -12,6 +12,7 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index b0c7b20..047238c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index e4fb3aa..ba9585e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:16.0.0' implementation 'com.google.android.gms:play-services-places:16.0.0' implementation "com.google.android.gms:play-services-location:16.0.0" +// implementation 'com.google.android.libraries.places:places-compat:2.1.0' implementation 'com.android.support:support-v4:28.0.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e44dc01..7fffa33 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,6 +17,9 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> + + + +