Merge branch 'master' of github.com:siacs/Conversations

Daniel Gultsch created

Change summary

README.md                                     | 1 +
src/main/res/layout/fragment_conversation.xml | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)

Detailed changes

README.md 🔗

@@ -42,6 +42,7 @@
 * End-to-end encryption with [OMEMO](http://conversations.im/omemo/) or [OpenPGP](http://openpgp.org/about/)
 * Send and receive images as well as other kind of files
 * Share your location via an external [plug-in](https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation&referrer=utm_source%3Dgithub)
+* Send voice messages via an external [plug-in](https://play.google.com/store/apps/details?id=eu.siacs.conversations.voicerecorder&referrer=utm_source%3Dgithub)
 * Indication when your contact has read your message
 * Intuitive UI that follows Android Design guidelines
 * Pictures / Avatars for your Contacts

src/main/res/layout/fragment_conversation.xml 🔗

@@ -28,14 +28,14 @@
             android:id="@+id/scroll_to_bottom_button"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_margin="12dp"
             android:layout_alignParentEnd="true"
             android:layout_alignBottom="@+id/messages_view"
             android:alpha="0.85"
             app:backgroundTint="?attr/color_background_primary"
             android:src="?attr/icon_scroll_down"
             app:fabSize="mini"
-            android:visibility="gone"/>
+            android:visibility="gone"
+            app:useCompatPadding="true"/>
 
         <eu.siacs.conversations.ui.widget.UnreadCountCustomView
             android:id="@+id/unread_count_custom_view"
@@ -43,6 +43,8 @@
             android:layout_height="?attr/IconSize"
             android:layout_alignTop="@+id/scroll_to_bottom_button"
             android:layout_alignEnd="@+id/scroll_to_bottom_button"
+            android:layout_marginTop="16dp"
+            android:layout_marginEnd="8dp"
             android:elevation="8dp"
             android:visibility="gone"
             app:backgroundColor="?attr/unread_count" />