diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-28 09:51:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-28 09:51:33 +0000 |
commit | bad79c8c7df25e58ba8ef20e6d98af5ea9912b97 (patch) | |
tree | f05675b6896b2669a8d1644f1ed019f54a4d4e95 /app/src/main/res/layout | |
parent | d86adb72360fccdff50a7c3b0608baa9247a6b48 (diff) | |
download | infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar.gz infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar.bz2 infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar.lz infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar.xz infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.tar.zst infinity-for-reddit-bad79c8c7df25e58ba8ef20e6d98af5ea9912b97.zip |
Chnage the animation for random subreddit and post. Update Credits info.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml b/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml index 501d2694..fb5f5b6f 100644 --- a/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml +++ b/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml @@ -14,6 +14,7 @@ android:layout_centerInParent="true" app:lottie_autoPlay="true" app:lottie_loop="true" + app:lottie_speed="5" app:lottie_rawRes="@raw/random_subreddit_or_post" /> </RelativeLayout>
\ No newline at end of file |