Use FlowLayout to host all the information of a post in item_post and item_post_detail.

This commit is contained in:
Alex Ning
2019-10-28 21:17:09 +08:00
parent 8d5bf2c646
commit 3a81ca17e8
7 changed files with 116 additions and 221 deletions

View File

@@ -79,5 +79,5 @@ dependencies {
annotationProcessor 'com.evernote:android-state-processor:1.4.1'
implementation 'androidx.work:work-runtime:2.2.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'org.sufficientlysecure:html-textview:3.6'
implementation 'com.nex3z:flow-layout:1.3.0'
}