Add popup theme to toolbar action

This commit is contained in:
J-Jamet
2021-02-11 19:24:43 +01:00
parent b7b99c77c8
commit 0f53c975cc
2 changed files with 2 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
android:id="@+id/entry_edit_bottom_bar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:popupTheme="?attr/toolbarPopupAppearance"
android:layout_gravity="bottom" />
<com.google.android.material.floatingactionbutton.FloatingActionButton

View File

@@ -156,6 +156,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:visibility="gone"
app:popupTheme="?attr/toolbarPopupAppearance"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />