Browse Source

Shoutbox padding correction

pull/70/head
Ezerous 4 years ago
parent
commit
a54a1a3619
  1. 2
      app/src/main/res/layout/fragment_shoutbox.xml

2
app/src/main/res/layout/fragment_shoutbox.xml

@ -21,6 +21,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:paddingBottom="8dp"
tools:listitem="@layout/fragment_shoutbox_shout_row" /> tools:listitem="@layout/fragment_shoutbox_shout_row" />
<gr.thmmy.mthmmy.views.editorview.EditorView <gr.thmmy.mthmmy.views.editorview.EditorView
@ -30,7 +31,6 @@
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:paddingTop="8dp"
android:visibility="gone"/> android:visibility="gone"/>
<gr.thmmy.mthmmy.views.editorview.EmojiKeyboard <gr.thmmy.mthmmy.views.editorview.EmojiKeyboard

Loading…
Cancel
Save