Use a swipe to refresh layout

This commit is contained in:
2023-04-07 14:58:51 +02:00
parent 6396947de9
commit e01dcf059b
5 changed files with 61 additions and 30 deletions

View File

@@ -57,6 +57,7 @@ dependencies {
implementation "androidx.paging:paging-runtime:$paging_version"
implementation "androidx.fragment:fragment-ktx:$fragment_version"
implementation "androidx.preference:preference-ktx:$preference_version"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
//implementation 'androidx.core:core-ktx:+'
testImplementation 'junit:junit:4.13.2'