1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 21:24:34 +00:00

Enable labels on main message actions

Refs #5
This commit is contained in:
M66B 2018-08-03 08:15:13 +00:00
parent 5d4c13ad7f
commit b3742cd525

View file

@ -181,7 +181,7 @@
android:background="@color/colorPrimary" android:background="@color/colorPrimary"
app:itemIconTint="@color/colorActionForeground" app:itemIconTint="@color/colorActionForeground"
app:itemTextColor="@color/colorActionForeground" app:itemTextColor="@color/colorActionForeground"
app:labelVisibilityMode="unlabeled" app:labelVisibilityMode="labeled"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"