firebase e card view

This commit is contained in:
2026-01-27 17:16:10 +00:00
parent 502ba7e5f3
commit a0aa0303c9
3 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ dependencies {
implementation(libs.googleid)
implementation(libs.firebase.database)
implementation(libs.recyclerview)
implementation(libs.cardview)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)

View File

@@ -7,4 +7,9 @@
android:layout_height="match_parent"
tools:context=".TelaInicialActivity">
<androidx.cardview.widget.CardView
android:layout_width="409dp"
android:layout_height="wrap_content"
tools:layout_editor_absoluteX="1dp"
tools:layout_editor_absoluteY="146dp" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -15,6 +15,7 @@ googleid = "1.1.1"
firebaseDatabase = "22.0.1"
recyclerview = "1.4.0"
playServicesAuth = "21.2.0"
cardview = "1.0.0"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -31,6 +32,7 @@ googleid = { group = "com.google.android.libraries.identity.googleid", name = "g
firebase-database = { group = "com.google.firebase", name = "firebase-database", version.ref = "firebaseDatabase" }
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
play-services-auth = { group = "com.google.android.gms", name = "play-services-auth", version.ref = "playServicesAuth" }
cardview = { group = "androidx.cardview", name = "cardview", version.ref = "cardview" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }