diff --git a/README.md b/README.md index cc40de4c2..26310607e 100644 --- a/README.md +++ b/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 diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 737a71f41..75e19b684 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/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"/>