@ -107,6 +107,7 @@ body {
background: #3C3F41;
margin: 0;
padding: 0;
word-wrap: break-word;
}
@ -48,6 +48,7 @@
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" />
@ -11,6 +11,7 @@
android:layout_height="match_parent"
android:padding="4dp"
android:clipToPadding = "false"
android:scrollbars="none">
android:descendantFocusability="blocksDescendants">
</androidx.recyclerview.widget.RecyclerView>
</RelativeLayout>
@ -22,6 +22,7 @@
android:layout_height="0dp"
android:layout_weight="1"
android:paddingBottom="8dp"
tools:listitem="@layout/fragment_shoutbox_shout_row" />
<gr.thmmy.mthmmy.views.editorview.EditorView