Solve bug of FAB in Entry Edit

This commit is contained in:
J-Jamet
2018-02-20 11:49:36 +01:00
parent 87c9aeeb12
commit 70967a4234

View File

@@ -19,7 +19,8 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
@@ -77,6 +78,7 @@
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:src="@drawable/ic_mode_edit_white_24dp"
app:useCompatPadding="true"
style="@style/KeepassDXStyle.Fab" />
</RelativeLayout>