beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Add Android Jetpack SwipeRefreshLayout #23

Closed paulproteus closed 3 years ago

paulproteus commented 3 years ago

This PR adds a dependency so that Toga's DetailedList widget can use SwipeToRefreshLayout. It's documented in the official Android docs, so I feel good relying on it.

It's only 36KB, based on visiting https://mvnrepository.com/artifact/androidx.swiperefreshlayout/swiperefreshlayout/1.1.0 , downloading the aar link on that page, and noticing the file is 36,200 bytes.

PR Checklist:

paulproteus commented 3 years ago

So excited :D

Also I agree with everything you said.