Add button, textbox + RecyclerView

This commit is contained in:
Xevion
2021-12-10 02:03:21 -06:00
parent 7a2e723ad3
commit a89d2233c3
3 changed files with 27 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'