aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_post.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-29 10:13:28 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-29 10:13:28 +0000
commit033c8bd24184258904f68bee13b96b6c491fec05 (patch)
tree6a2872db999815324399a79f8ae60650a4a016e3 /app/src/main/res/layout/fragment_post.xml
parent0f8395221d2aaac18bd8640392edf632787bb3be (diff)
downloadinfinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.gz
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.bz2
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.lz
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.xz
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.zst
infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.zip
Buggy video and Gif autoplay.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/fragment_post.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_post.xml b/app/src/main/res/layout/fragment_post.xml
index 7862ba25..dc3248b5 100644
--- a/app/src/main/res/layout/fragment_post.xml
+++ b/app/src/main/res/layout/fragment_post.xml
@@ -10,7 +10,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <androidx.recyclerview.widget.RecyclerView
+ <!--<androidx.recyclerview.widget.RecyclerView
+ android:id="@+id/recycler_view_post_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:clipToPadding="false" />-->
+
+ <im.ene.toro.widget.Container
android:id="@+id/recycler_view_post_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"