diff --git a/app/build.gradle b/app/build.gradle index 1f99dc3..2494cf6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,6 @@ android { dependencies { // def version = "1.5.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:$version" implementation 'androidx.appcompat:appcompat:1.3.0' @@ -57,4 +56,7 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + + // Cirecle button + implementation 'com.github.markushi:circlebutton:1.1' } \ No newline at end of file diff --git a/app/src/debug/res/values/google_maps_api.xml b/app/src/debug/res/values/google_maps_api.xml index addec30..2434f05 100644 --- a/app/src/debug/res/values/google_maps_api.xml +++ b/app/src/debug/res/values/google_maps_api.xml @@ -20,5 +20,5 @@ Once you have your key (it starts with "AIza"), replace the "google_maps_key" string in this file. --> - AIzaSyDOZu9sF39GeQEULFM00ml8LfUGsc_CTD0 + AIzaSyD0BKMBU380HNHHzT9PQd42Acm2g38SCBI \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 34be3c5..ea546d9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ - - + - + + Hello blank fragment + Map + SosActivity + + First Fragment + Second Fragment + Next + Previous + + Hello first fragment + Hello second fragment. Arg: %1$s \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index de53277..64d3c8f 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -13,4 +13,13 @@ ?attr/colorPrimaryVariant + + + +