Added a long-press menu (info, delete, hide, rename). Rename not done. Others work.

This commit is contained in:
ottoptj 2024-05-07 07:38:34 +03:00
commit 71338fb9f1
10 changed files with 249 additions and 615 deletions

View file

@ -46,6 +46,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.navigation:navigation-fragment-ktx:2.6.0")
implementation("androidx.navigation:navigation-ui-ktx:2.6.0")
implementation("com.google.code.gson:gson:2.10")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")