Browse Source

Enable labels on main message actions

Refs #5
main
M66B 6 years ago
parent
commit
b3742cd525
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/res/layout/fragment_message.xml

+ 1
- 1
app/src/main/res/layout/fragment_message.xml View File

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


Loading…
Cancel
Save