From 805444d99af67f6563b19bdc9112725af94672d0 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 24 Oct 2018 12:38:51 +0000 Subject: [PATCH] Removed framelayout --- app/src/main/res/layout/fragment_messages.xml | 316 +++++++++--------- 1 file changed, 155 insertions(+), 161 deletions(-) diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index d3b4c94f..eae9d135 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -6,169 +6,163 @@ android:layout_height="match_parent" tools:context=".ActivityView"> - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="28dp" + android:background="?attr/colorSeparator" + app:itemIconTint="@color/bottomnav_background" + app:itemTextColor="@color/bottomnav_background" + app:labelVisibilityMode="unlabeled" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:menu="@menu/action_messages" /> + + + + + + + + +