aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/item_post_detail_no_preview.xml3
-rw-r--r--app/src/main/res/layout/item_post_detail_text.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_detail_no_preview.xml b/app/src/main/res/layout/item_post_detail_no_preview.xml
index 01aabe38..e96a45a3 100644
--- a/app/src/main/res/layout/item_post_detail_no_preview.xml
+++ b/app/src/main/res/layout/item_post_detail_no_preview.xml
@@ -110,7 +110,8 @@
android:layout_marginTop="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
- android:visibility="gone" />
+ android:visibility="gone"
+ android:nestedScrollingEnabled="false" />
<com.nex3z.flowlayout.FlowLayout
android:layout_width="match_parent"
diff --git a/app/src/main/res/layout/item_post_detail_text.xml b/app/src/main/res/layout/item_post_detail_text.xml
index 2043ad98..936ef740 100644
--- a/app/src/main/res/layout/item_post_detail_text.xml
+++ b/app/src/main/res/layout/item_post_detail_text.xml
@@ -110,7 +110,8 @@
android:layout_marginTop="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
- android:visibility="gone" />
+ android:visibility="gone"
+ android:nestedScrollingEnabled="false" />
<com.nex3z.flowlayout.FlowLayout
android:layout_width="match_parent"