|
@ -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 |
|
|