diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa724b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..b561058 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +CoviResource \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..2c7e034 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..a5f05cd --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..860da66 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a9bc64 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Covi_resources + +Android app which connects covid patients to the volunteers diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle new file mode 100644 index 0000000..66e97f3 --- /dev/null +++ b/app/build.gradle @@ -0,0 +1,54 @@ +plugins { + id 'com.android.application' + id 'kotlin-android' + id 'com.google.gms.google-services' +} + +android { + compileSdkVersion 30 + buildToolsVersion "30.0.3" + + defaultConfig { + applicationId "com.example.coviresource" + minSdkVersion 23 + targetSdkVersion 30 + versionCode 1 + versionName "1.0" + + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + } + buildFeatures { + viewBinding = true + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + } + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } + kotlinOptions { + jvmTarget = '1.8' + } +} + +dependencies { + + implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'com.google.firebase:firebase-auth:21.0.1' + testImplementation 'junit:junit:4.+' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + + implementation 'com.google.android.gms:play-services-location:18.0.0' + implementation 'com.google.android.gms:play-services-maps:17.0.0' + +} \ No newline at end of file diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 0000000..7be9a09 --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,39 @@ +{ + "project_info": { + "project_number": "352578301512", + "project_id": "coviresource-e90e2", + "storage_bucket": "coviresource-e90e2.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:352578301512:android:c5c8f287d576e4052c727d", + "android_client_info": { + "package_name": "com.example.coviresource" + } + }, + "oauth_client": [ + { + "client_id": "352578301512-bbpvbno5eeq3camjuf5i1jc78ndcle70.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAQbWBelrms2Ae2a2l7TxwL7W1htzMjQIE" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "352578301512-bbpvbno5eeq3camjuf5i1jc78ndcle70.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro new file mode 100644 index 0000000..481bb43 --- /dev/null +++ b/app/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile \ No newline at end of file diff --git a/app/src/androidTest/java/com/example/coviresource/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/example/coviresource/ExampleInstrumentedTest.kt new file mode 100644 index 0000000..1346e69 --- /dev/null +++ b/app/src/androidTest/java/com/example/coviresource/ExampleInstrumentedTest.kt @@ -0,0 +1,24 @@ +package com.example.coviresource + +import androidx.test.platform.app.InstrumentationRegistry +import androidx.test.ext.junit.runners.AndroidJUnit4 + +import org.junit.Test +import org.junit.runner.RunWith + +import org.junit.Assert.* + +/** + * Instrumented test, which will execute on an Android device. + * + * See [testing documentation](http://d.android.com/tools/testing). + */ +@RunWith(AndroidJUnit4::class) +class ExampleInstrumentedTest { + @Test + fun useAppContext() { + // Context of the app under test. + val appContext = InstrumentationRegistry.getInstrumentation().targetContext + assertEquals("com.example.coviresource", appContext.packageName) + } +} \ 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 new file mode 100644 index 0000000..4e5d004 --- /dev/null +++ b/app/src/debug/res/values/google_maps_api.xml @@ -0,0 +1,24 @@ + + + AIzaSyCoBApGHSoM96yXhgci02-uHhOgWoGAOmk + \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..c9f8b54 --- /dev/null +++ b/app/src/main/AndroidManifest.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/LoginActivity.kt b/app/src/main/java/com/example/coviresource/LoginActivity.kt new file mode 100644 index 0000000..469bdc2 --- /dev/null +++ b/app/src/main/java/com/example/coviresource/LoginActivity.kt @@ -0,0 +1,62 @@ +package com.example.coviresource + +import android.content.Intent +import androidx.appcompat.app.AppCompatActivity +import android.os.Bundle +import android.widget.Toast +import com.example.coviresource.databinding.ActivityLoginBinding +import com.google.firebase.auth.FirebaseAuth + +class LoginActivity : AppCompatActivity() { + private lateinit var binding: ActivityLoginBinding + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + setTheme(R.style.Theme_CoviResource) + binding = ActivityLoginBinding.inflate(layoutInflater) + setContentView(binding.root) + + val auth = FirebaseAuth.getInstance() + + binding.btnLogin.setOnClickListener { + binding.btnLogin.isEnabled = false + val userEmail = binding.userNameLogin.text.toString() + val userPass = binding.userPassLogin.text.toString() + if (userEmail.isBlank()) { + binding.userNameLogin.error = "please enter email" + binding.btnLogin.isEnabled = true + return@setOnClickListener + } + if (userPass.isBlank()) { + binding.userPassLogin.error = "please enter password" + binding.btnLogin.isEnabled = true + return@setOnClickListener + } + if (userPass.length < 6) { + binding.userPassLogin.error = "password length too short!" + binding.btnLogin.isEnabled = true + return@setOnClickListener + } + + auth.signInWithEmailAndPassword(userEmail, userPass).addOnCompleteListener { task -> + binding.btnLogin.isEnabled = true + if (task.isSuccessful) { + startActivity(Intent(this, SelectOptionActivity::class.java)) + finish() + } else { + Toast.makeText(this, "Something went wrong", Toast.LENGTH_SHORT).show() + } + } + } + binding.admin.setOnClickListener { + startActivity(Intent(this, SelectItemActivity::class.java)) + } + startRegisterActivity() + } + + private fun startRegisterActivity(){ + binding.loginHere.setOnClickListener { + startActivity(Intent(this, RegisterActivity::class.java)) + } + } +} \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/MapsActivity.kt b/app/src/main/java/com/example/coviresource/MapsActivity.kt new file mode 100644 index 0000000..6b45967 --- /dev/null +++ b/app/src/main/java/com/example/coviresource/MapsActivity.kt @@ -0,0 +1,26 @@ +package com.example.coviresource + +import androidx.appcompat.app.AppCompatActivity +import android.os.Bundle +import com.example.coviresource.databinding.ActivityMapsBinding + +class MapsActivity : AppCompatActivity() { + + private lateinit var binding: ActivityMapsBinding + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + binding = ActivityMapsBinding.inflate(layoutInflater) + setContentView(binding.root) + + + + val fragment = MapsFragment() + val transaction = supportFragmentManager.beginTransaction() + transaction.replace(R.id.container, fragment) + transaction.commit() + + + + + } +} \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/MapsFragment.kt b/app/src/main/java/com/example/coviresource/MapsFragment.kt new file mode 100644 index 0000000..00ca95a --- /dev/null +++ b/app/src/main/java/com/example/coviresource/MapsFragment.kt @@ -0,0 +1,142 @@ +package com.example.coviresource + +import android.Manifest +import android.content.Intent +import android.content.Intent.getIntent +import android.content.pm.PackageManager +import android.location.Location +import androidx.fragment.app.Fragment + +import android.os.Bundle +import android.view.LayoutInflater +import android.view.View +import android.view.ViewGroup +import android.widget.Toast +import androidx.core.app.ActivityCompat +import androidx.core.content.ContextCompat +import com.example.coviresource.databinding.FragmentMapsBinding +import com.google.android.gms.location.FusedLocationProviderClient +import com.google.android.gms.location.LocationServices + +import com.google.android.gms.maps.CameraUpdateFactory +import com.google.android.gms.maps.GoogleMap +import com.google.android.gms.maps.OnMapReadyCallback +import com.google.android.gms.maps.SupportMapFragment +import com.google.android.gms.maps.model.BitmapDescriptorFactory +import com.google.android.gms.maps.model.LatLng +import com.google.android.gms.maps.model.MarkerOptions + +class MapsFragment : Fragment() { + + var currentLocation:Location ?= null + var fusedLocationProviderClient:FusedLocationProviderClient?= null + val REQUEST_CODE = 1 + + private val callback = OnMapReadyCallback { googleMap -> + + try { + val latlng = LatLng(currentLocation!!.latitude, currentLocation!!.longitude) + if (latlng == null) { + Toast.makeText(requireContext(), "location access not allowed!", Toast.LENGTH_SHORT) + .show() + } + + val intent = activity?.intent + val OXY_VALUE = "Oxygen" + val VENT_VALUE = "Vent" + val FOOD_VALUE = "Food" + val AMB_VALUE = "Amb" + + if (intent?.getStringExtra("Oxygen") == OXY_VALUE) { + val markerOptions = MarkerOptions().position(latlng).title("I have the oxygen") + .icon(BitmapDescriptorFactory.fromResource(R.drawable.oxy)) + + googleMap.animateCamera(CameraUpdateFactory.newLatLng(latlng)) + googleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(latlng, 15f)) + googleMap.addMarker(markerOptions) + } + + if (intent?.getStringExtra("Vent") == VENT_VALUE) { + val markerOptions = MarkerOptions().position(latlng).title("I have the ventilator") + .icon(BitmapDescriptorFactory.fromResource(R.drawable.vent)) + + googleMap.animateCamera(CameraUpdateFactory.newLatLng(latlng)) + googleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(latlng, 15f)) + googleMap.addMarker(markerOptions) + } + + if (intent?.getStringExtra("Food") == FOOD_VALUE) { + val markerOptions = MarkerOptions().position(latlng).title("I have the food") + .icon(BitmapDescriptorFactory.fromResource(R.drawable.food)) + + googleMap.animateCamera(CameraUpdateFactory.newLatLng(latlng)) + googleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(latlng, 15f)) + googleMap.addMarker(markerOptions) + } + + if (intent?.getStringExtra("Amb") == AMB_VALUE) { + val markerOptions = + MarkerOptions().position(latlng).title("I have the ambulance services") + .icon(BitmapDescriptorFactory.fromResource(R.drawable.ambulance)) + + googleMap.animateCamera(CameraUpdateFactory.newLatLng(latlng)) + googleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(latlng, 15f)) + googleMap.addMarker(markerOptions) + } + } catch (e:Exception){ + e.stackTrace + } + } + + private fun bitmapDesc(){ + + } + + override fun onCreateView(inflater: LayoutInflater, + container: ViewGroup?, + savedInstanceState: Bundle?): View? { + return inflater.inflate(R.layout.fragment_maps, container, false) + } + + override fun onViewCreated(view: View, savedInstanceState: Bundle?) { + super.onViewCreated(view, savedInstanceState) + + fusedLocationProviderClient = LocationServices.getFusedLocationProviderClient(context) + fetchLocation() + + } + + private fun fetchLocation() { + if (ContextCompat.checkSelfPermission(this.requireContext(), + Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED) { + ActivityCompat.requestPermissions(requireActivity(), arrayOf(Manifest.permission.ACCESS_FINE_LOCATION), REQUEST_CODE) + return + } + + val task = fusedLocationProviderClient!!.lastLocation + task.addOnSuccessListener { location -> + currentLocation = location + + val mapFragment = childFragmentManager.findFragmentById(R.id.map) as SupportMapFragment? + mapFragment?.getMapAsync(callback) + + } + } + + override fun onRequestPermissionsResult( + requestCode: Int, + permissions: Array, + grantResults: IntArray + ) { + + when(requestCode){ + REQUEST_CODE -> { + if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED){ + fetchLocation() + } + } + } + super.onRequestPermissionsResult(requestCode, permissions, grantResults) + } + +} \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/RegisterActivity.kt b/app/src/main/java/com/example/coviresource/RegisterActivity.kt new file mode 100644 index 0000000..cf69fb3 --- /dev/null +++ b/app/src/main/java/com/example/coviresource/RegisterActivity.kt @@ -0,0 +1,43 @@ +package com.example.coviresource + +import androidx.appcompat.app.AppCompatActivity +import android.os.Bundle +import android.widget.Toast +import com.example.coviresource.databinding.ActivityRegisterBinding +import com.google.firebase.auth.FirebaseAuth + +class RegisterActivity : AppCompatActivity() { + private lateinit var binding: ActivityRegisterBinding + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + binding = ActivityRegisterBinding.inflate(layoutInflater) + setContentView(binding.root) + + val auth = FirebaseAuth.getInstance() + + binding.btnSignUp.setOnClickListener { + binding.btnSignUp.isEnabled = false + val userEmail = binding.etRegEmail.text.toString() + val userPassword = binding.etRegPassword.text.toString() + + if (userEmail.isBlank() || userPassword.isBlank()) { + Toast.makeText(this, "Input fields Cannot be Empty!", Toast.LENGTH_SHORT).show() + binding.btnSignUp.isEnabled = true + return@setOnClickListener + } + if (userPassword.length < 6){ + Toast.makeText(this, "password cannot be shorter than 6 characters", Toast.LENGTH_SHORT).show() + binding.btnSignUp.isEnabled = true + return@setOnClickListener + } + auth.createUserWithEmailAndPassword(userEmail, userPassword).addOnCompleteListener { task -> + binding.btnSignUp.isEnabled = true + if (task.isSuccessful) { + Toast.makeText(this, "Register success", Toast.LENGTH_SHORT).show() + } + } + + } + } +} \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/SelectItemActivity.kt b/app/src/main/java/com/example/coviresource/SelectItemActivity.kt new file mode 100644 index 0000000..52406ba --- /dev/null +++ b/app/src/main/java/com/example/coviresource/SelectItemActivity.kt @@ -0,0 +1,95 @@ +package com.example.coviresource + +import android.content.Intent +import android.os.Bundle +import android.view.View +import android.widget.AdapterView +import android.widget.ArrayAdapter +import android.widget.Toast +import androidx.appcompat.app.AppCompatActivity +import com.example.coviresource.databinding.ActivitySelectItemBinding + +class SelectItemActivity : AppCompatActivity() { + private lateinit var binding:ActivitySelectItemBinding + private val OXYGEN_KEY = "Oxygen" + private val VENTILATOR_KEY= "Vent" + private val FOOD_KEY = "Food" + private val AMBULANCE_KEY = "Amb" + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + setTheme(R.style.Theme_CoviResource) + binding = ActivitySelectItemBinding.inflate(layoutInflater) + setContentView(binding.root) + + + ArrayAdapter.createFromResource( + this, + R.array.resources, + android.R.layout.simple_spinner_item + ).also { adapter -> + adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item) + binding.spinnerResources.adapter = adapter + } + + + + var initialSelectedPosition : Int = binding.spinnerResources.selectedItemPosition + binding.spinnerResources.setSelection(initialSelectedPosition, false) + + binding.spinnerResources.onItemSelectedListener = object : AdapterView.OnItemSelectedListener{ + override fun onItemSelected( + parent: AdapterView<*>?, + view: View?, + position: Int, + id: Long + ) { + //Toast.makeText(this@SelectItemActivity, "you selected ${parent?.getItemAtPosition(position).toString()}", Toast.LENGTH_SHORT ).show() + + if (parent?.getItemAtPosition(position) == "Oxygen 🏥"){ + binding.btnPost.setOnClickListener { + var userValue = binding.resourceQty.text.toString() + if (userValue.isBlank()){ + binding.resourceQty.setError("Please enter a number") + } + var intent = Intent(this@SelectItemActivity, MapsActivity::class.java) + intent.putExtra("Oxygen", OXYGEN_KEY) + startActivity(intent) + } + } + + if (parent?.getItemAtPosition(position) == "Ambulance Services 🚑"){ + binding.btnPost.setOnClickListener { + var intent = Intent(this@SelectItemActivity, MapsActivity::class.java) + intent.putExtra("Amb", AMBULANCE_KEY) + startActivity(intent) + } + } + + if (parent?.getItemAtPosition(position) == "Ventilator ⛽"){ + binding.btnPost.setOnClickListener { + var intent = Intent(this@SelectItemActivity, MapsActivity::class.java) + intent.putExtra("Vent", VENTILATOR_KEY) + startActivity(intent) + } + } + + if (parent?.getItemAtPosition(position) == "Food 🍞"){ + binding.btnPost.setOnClickListener { + var intent = Intent(this@SelectItemActivity, MapsActivity::class.java) + intent.putExtra("Food", FOOD_KEY) + startActivity(intent) + } + } + } + + override fun onNothingSelected(parent: AdapterView<*>?) { + + + } + + } + + + } +} \ No newline at end of file diff --git a/app/src/main/java/com/example/coviresource/SelectOptionActivity.kt b/app/src/main/java/com/example/coviresource/SelectOptionActivity.kt new file mode 100644 index 0000000..f922542 --- /dev/null +++ b/app/src/main/java/com/example/coviresource/SelectOptionActivity.kt @@ -0,0 +1,20 @@ +package com.example.coviresource + +import android.content.Intent +import androidx.appcompat.app.AppCompatActivity +import android.os.Bundle +import com.example.coviresource.databinding.ActivitySelectOptionBinding + +class SelectOptionActivity : AppCompatActivity() { + private lateinit var binding: ActivitySelectOptionBinding + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + setTheme(R.style.Theme_CoviResource) + binding = ActivitySelectOptionBinding.inflate(layoutInflater) + setContentView(binding.root) + + binding.btnDonate.setOnClickListener { + startActivity(Intent(this, SelectItemActivity::class.java)) + } + } +} \ No newline at end of file diff --git a/app/src/main/res/drawable-v24/ambulance.bmp b/app/src/main/res/drawable-v24/ambulance.bmp new file mode 100644 index 0000000..8d2ef4f Binary files /dev/null and b/app/src/main/res/drawable-v24/ambulance.bmp differ diff --git a/app/src/main/res/drawable-v24/bitmap1.bmp b/app/src/main/res/drawable-v24/bitmap1.bmp new file mode 100644 index 0000000..fea9ea5 Binary files /dev/null and b/app/src/main/res/drawable-v24/bitmap1.bmp differ diff --git a/app/src/main/res/drawable-v24/bitmap2.bmp b/app/src/main/res/drawable-v24/bitmap2.bmp new file mode 100644 index 0000000..cfe0cd7 Binary files /dev/null and b/app/src/main/res/drawable-v24/bitmap2.bmp differ diff --git a/app/src/main/res/drawable-v24/food.bmp b/app/src/main/res/drawable-v24/food.bmp new file mode 100644 index 0000000..700bc7b Binary files /dev/null and b/app/src/main/res/drawable-v24/food.bmp differ diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-v24/oxy.bmp b/app/src/main/res/drawable-v24/oxy.bmp new file mode 100644 index 0000000..20ac31a Binary files /dev/null and b/app/src/main/res/drawable-v24/oxy.bmp differ diff --git a/app/src/main/res/drawable-v24/vent.bmp b/app/src/main/res/drawable-v24/vent.bmp new file mode 100644 index 0000000..1665de8 Binary files /dev/null and b/app/src/main/res/drawable-v24/vent.bmp differ diff --git a/app/src/main/res/drawable/ic_baseline_accessibility_new_24.xml b/app/src/main/res/drawable/ic_baseline_accessibility_new_24.xml new file mode 100644 index 0000000..e25d6f3 --- /dev/null +++ b/app/src/main/res/drawable/ic_baseline_accessibility_new_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/ic_covi_resource.xml b/app/src/main/res/drawable/ic_covi_resource.xml new file mode 100644 index 0000000..4dde00e --- /dev/null +++ b/app/src/main/res/drawable/ic_covi_resource.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_logo.xml b/app/src/main/res/drawable/ic_logo.xml new file mode 100644 index 0000000..4814978 --- /dev/null +++ b/app/src/main/res/drawable/ic_logo.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_man_covid.xml b/app/src/main/res/drawable/ic_man_covid.xml new file mode 100644 index 0000000..79ee62d --- /dev/null +++ b/app/src/main/res/drawable/ic_man_covid.xml @@ -0,0 +1,9 @@ + + + + + diff --git a/app/src/main/res/drawable/splash_screen.xml b/app/src/main/res/drawable/splash_screen.xml new file mode 100644 index 0000000..f37666d --- /dev/null +++ b/app/src/main/res/drawable/splash_screen.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/font/poppins.xml b/app/src/main/res/font/poppins.xml new file mode 100644 index 0000000..4eec978 --- /dev/null +++ b/app/src/main/res/font/poppins.xml @@ -0,0 +1,7 @@ + + + diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml new file mode 100644 index 0000000..43e3731 --- /dev/null +++ b/app/src/main/res/layout/activity_login.xml @@ -0,0 +1,84 @@ + + + + + + + +