Some kind of a preliminary widget menu

This commit is contained in:
ottoptj 2024-11-03 07:35:31 +02:00
commit 757c55fa29
9 changed files with 196 additions and 3 deletions

View file

@ -50,4 +50,6 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.activity:activity:1.9.2")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
}