Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Nov 24, 2020
1 parent b917a95 commit 1b8404f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chat-ui/src/main/res/layout/chat_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
android:layout_above="@+id/input_frame"
android:clipToPadding="false"
android:divider="@android:color/transparent"
android:paddingBottom="32dp"
android:paddingBottom="8dp"
android:paddingTop="8dp"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll" />
android:transcriptMode="alwaysScroll"
android:listSelector="@android:color/transparent" />

<co.intentservice.chatui.fab.FloatingActionsMenu
android:id="@+id/sendButton"
Expand Down

0 comments on commit 1b8404f

Please sign in to comment.