diff --git a/app/build.gradle b/app/build.gradle
index 10c07e6e..0c95158c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,8 +15,8 @@ android {
applicationId "gr.thmmy.mthmmy"
minSdkVersion 19
targetSdkVersion 29
- versionCode 27
- versionName "1.8.4"
+ versionCode 28
+ versionName "1.8.5"
archivesBaseName = "mTHMMY-v$versionName"
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\""
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\""
diff --git a/app/src/main/res/layout-v21/activity_topic_post_row.xml b/app/src/main/res/layout-v21/activity_topic_post_row.xml
index 6d27a5a9..01d3fb6d 100644
--- a/app/src/main/res/layout-v21/activity_topic_post_row.xml
+++ b/app/src/main/res/layout-v21/activity_topic_post_row.xml
@@ -223,7 +223,8 @@
+ android:layout_marginBottom="16dp"
+ android:descendantFocusability="blocksDescendants">
diff --git a/app/src/main/res/layout/activity_topic.xml b/app/src/main/res/layout/activity_topic.xml
index e8752417..24793374 100644
--- a/app/src/main/res/layout/activity_topic.xml
+++ b/app/src/main/res/layout/activity_topic.xml
@@ -48,7 +48,6 @@
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:scrollbars="none"
- android:descendantFocusability="blocksDescendants"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="gr.thmmy.mthmmy.activities.topic.TopicActivity" />
diff --git a/app/src/main/res/layout/activity_topic_post_row.xml b/app/src/main/res/layout/activity_topic_post_row.xml
index a0df17df..ee728e71 100644
--- a/app/src/main/res/layout/activity_topic_post_row.xml
+++ b/app/src/main/res/layout/activity_topic_post_row.xml
@@ -223,7 +223,8 @@
+ android:layout_marginBottom="16dp"
+ android:descendantFocusability="blocksDescendants">
diff --git a/app/src/main/res/layout/fragment_profile_latest_posts.xml b/app/src/main/res/layout/fragment_profile_latest_posts.xml
index f5e3ba3b..6827530d 100644
--- a/app/src/main/res/layout/fragment_profile_latest_posts.xml
+++ b/app/src/main/res/layout/fragment_profile_latest_posts.xml
@@ -11,7 +11,6 @@
android:layout_height="match_parent"
android:padding="4dp"
android:clipToPadding = "false"
- android:scrollbars="none"
- android:descendantFocusability="blocksDescendants">
+ android:scrollbars="none">
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_profile_latest_posts_row.xml b/app/src/main/res/layout/fragment_profile_latest_posts_row.xml
index bf992123..6c1a8d25 100644
--- a/app/src/main/res/layout/fragment_profile_latest_posts_row.xml
+++ b/app/src/main/res/layout/fragment_profile_latest_posts_row.xml
@@ -68,7 +68,8 @@
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:paddingTop="6dp"
- android:paddingBottom="8dp">
+ android:paddingBottom="8dp"
+ android:descendantFocusability="blocksDescendants">
+ card_view:cardUseCompatPadding="true"
+ android:descendantFocusability="blocksDescendants">