mirror of https://github.com/M66B/FairEmail.git
Small layout fix
This commit is contained in:
parent
3a6b868a8b
commit
644404a3bb
|
@ -36,10 +36,10 @@
|
||||||
android:id="@+id/fabAdd"
|
android:id="@+id/fabAdd"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end|bottom"
|
|
||||||
android:contentDescription="@string/title_add"
|
android:contentDescription="@string/title_add"
|
||||||
android:tint="?attr/colorFabForeground"
|
android:tint="?attr/colorFabForeground"
|
||||||
app:backgroundTint="?attr/colorFabBackground"
|
app:backgroundTint="?attr/colorFabBackground"
|
||||||
|
app:elevation="0dp"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Loading…
Reference in New Issue