Updated Sunshine to start using RecyclerView instead of ListView.

This commit is contained in:
Dan Galpin
2015-05-25 03:02:34 -07:00
parent dbff5f9982
commit c4d1dffc5e
5 changed files with 114 additions and 90 deletions

View File

@@ -26,5 +26,6 @@ dependencies {
compile 'com.android.support:support-annotations:22.1.0'
compile 'com.android.support:gridlayout-v7:22.1.0'
compile 'com.android.support:cardview-v7:22.1.1'
compile 'com.android.support:recyclerview-v7:22.1.1'
compile 'com.google.android.gms:play-services-gcm:7.0.0'
}