- app/build.gradle
apply plugin: 'com.jakewharton.hugo'- build.gradle
buildscript {apply plugin: 'com.jakewharton.hugo'buildscript {| // Slide up animation | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <translate xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:duration="@android:integer/config_mediumAnimTime" | |
| android:fromYDelta="150%" | |
| android:interpolator="@android:anim/accelerate_decelerate_interpolator" | |
| android:toYDelta="0" /> | |
| import retrofit2.Response; | |
| /** | |
| * Page link class to be used to determine the links to other pages of request | |
| * responses encoded in the current response. These will be present if the | |
| * result set size exceeds the per page limit. | |
| * | |
| * @author gejiaheng | |
| * @since 04-08-2016 | |
| */ |