diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-26 02:50:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-26 02:50:32 +0000 |
commit | 1fc84239069fa19da7f7c7b0b0825717aad4999c (patch) | |
tree | 92b11e3f9e7f6839ae931700b1f13314e67a20d8 /app/src/main/res/layout/activity_post_video.xml | |
parent | 66ed3d8f1670c56b7a8b8de78fbf99686dc5d6a1 (diff) | |
download | infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.gz infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.bz2 infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.lz infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.xz infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.zst infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.zip |
Sorting posts is now available. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/layout/activity_post_video.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_video.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml index f0df4eea..d1c3ed58 100644 --- a/app/src/main/res/layout/activity_post_video.xml +++ b/app/src/main/res/layout/activity_post_video.xml @@ -166,13 +166,11 @@ android:textColor="@color/colorAccent" android:visibility="gone" /> - <ImageView - android:id="@+id/image_view_post_video_activity" + <VideoView + android:id="@+id/video_view_post_video_activity" android:layout_width="match_parent" android:layout_height="wrap_content" - android:scaleType="fitStart" - android:adjustViewBounds="true" - android:visibility="gone" /> + android:visibility="gone"/> </LinearLayout> |