From 06a692130ca321796df0429b6eb54e72ed694424 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 3 Sep 2018 00:05:42 +0800 Subject: Replace the RecyclerView for comments to MultiLevelRecyclerView in order to display the comment trees easily. Click the expand more button to expand the comment tree. Click the expand less button to hide the comment tree. Rewrite some code. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index b7f42671..4e9b7644 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,4 +59,5 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-scalars:2.4.0' implementation 'jp.wasabeef:glide-transformations:3.3.0' + implementation 'com.muditsen.multilevelrecyclerview:multilevelview:1.0.0' } -- cgit v1.2.3