added layout preview for startingactivity

This commit is contained in:
wildercayden
2026-07-03 23:44:25 -04:00
parent 1bb3ef86b5
commit 0b4045f6c1
42 changed files with 341 additions and 20 deletions

View File

@@ -41,6 +41,10 @@ android {
}
dependencies {
implementation(libs.appcompat)
implementation(libs.material)
implementation(libs.activity)
implementation(libs.constraintlayout)
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
implementation("androidx.multidex:multidex:2.0.1")