Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/android_swipe_refresh/README.chromium

Issue 2191593002: 📰 Add a spinner to indicate content is loading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests, add an extra one Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_swipe_refresh/README.chromium
diff --git a/third_party/android_swipe_refresh/README.chromium b/third_party/android_swipe_refresh/README.chromium
index 165240e9e14e61a4cb7e1d84fb7a3506881cda0a..3f23083ed15ec0856eb38b53a485da8e62cfa365 100644
--- a/third_party/android_swipe_refresh/README.chromium
+++ b/third_party/android_swipe_refresh/README.chromium
@@ -11,9 +11,13 @@ pull-to-refresh styled layout for touch-activated refresh of view contents.
Local Modifications:
-CircleImageView, MaterialProgressDrawable
+CircleImageView
* The package has been changed, and most ViewCompat dependencies removed.
+MaterialProgressDrawable
+ * The package has been changed, and most ViewCompat dependencies removed.
+ * The class has been made visible outside of the package.
+
SwipeRefreshLayout
* MotionEvent-behavior has been changed to allow more abstract inputs.
* Target View semantics have been removed, allowing it to operate on

Powered by Google App Engine
This is Rietveld 408576698