Fixes #45. User may need to reselect the theme.

This commit is contained in:
Amine
2017-11-01 19:06:36 +01:00
parent ed9b1c8ba7
commit cea258bc21
6 changed files with 38 additions and 5 deletions

View File

@ -9,6 +9,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:theme="@style/ToolBarStyle" />
app:theme="@style/ToolBarStyle"
app:popupTheme="?attr/toolbarPopupTheme" />
</android.support.design.widget.AppBarLayout>