mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Refactoring everything into a recyclerview. Missing: UI Design, Renaming functionality
This commit is contained in:
parent
3adaa4a8b0
commit
f21f13ba6c
8 changed files with 433 additions and 60 deletions
|
|
@ -47,6 +47,7 @@ dependencies {
|
|||
implementation("androidx.navigation:navigation-fragment-ktx:2.7.7")
|
||||
implementation("androidx.navigation:navigation-ui-ktx:2.7.7")
|
||||
implementation("com.google.code.gson:gson:2.10")
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.5")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue