From 60b659e651b4d8e7d9ca26b17ba8990497022ed1 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 22 Dec 2018 10:42:24 +0800 Subject: Use GifImageView to display all the images in order to prevent slow playing of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView. --- app/src/main/res/layout/activity_view_subreddit_detail.xml | 4 ++-- app/src/main/res/layout/item_post.xml | 8 ++++---- app/src/main/res/layout/item_subscribed_subreddit.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_view_subreddit_detail.xml b/app/src/main/res/layout/activity_view_subreddit_detail.xml index 67bf3928..528518e8 100644 --- a/app/src/main/res/layout/activity_view_subreddit_detail.xml +++ b/app/src/main/res/layout/activity_view_subreddit_detail.xml @@ -31,8 +31,8 @@ android:scaleType="centerCrop" android:layout_height="180dp" /> - - @@ -148,7 +148,7 @@ android:layout_height="wrap_content" android:layout_centerInParent="true" /> - -