Made the context menu customizable

This commit is contained in:
ottoptj 2024-12-22 03:13:49 +02:00
commit bafd446229
12 changed files with 260 additions and 56 deletions

View file

@ -52,4 +52,5 @@ dependencies {
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
implementation("androidx.preference:preference:1.2.1")
}