FABs in canteen fragment now dodge away from snack bars; snack bar now used to tell the user that no news are available for a canteen

This commit is contained in:
denizk0461
2023-05-12 18:51:36 +02:00
parent 6053e8a9c4
commit 1177b8b14e
6 changed files with 51 additions and 13 deletions
+5 -5
View File
@@ -12,7 +12,7 @@ android {
applicationId "com.denizk0461.weserplaner"
minSdk 24
targetSdk 33
versionCode 5
versionCode 6
versionName "1.0.2"
resourceConfigurations += ["en", "de"]
@@ -48,18 +48,18 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.fragment:fragment-ktx:1.6.0-beta01'
implementation 'androidx.fragment:fragment-ktx:1.6.0-rc01'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01'
implementation "androidx.room:room-runtime:2.5.1"
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.core:core-ktx:1.10.1'
kapt "androidx.room:room-compiler:2.5.1"
implementation 'androidx.preference:preference-ktx:1.2.0'