[Themes & Styles] Code cleanup

This commit is contained in:
Prathamesh More 2021-12-17 14:50:50 +05:30
parent 36c94a9813
commit 874e8df94c
9 changed files with 13 additions and 32 deletions

View file

@ -4,5 +4,5 @@
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:elevation="@dimen/mcab_toolbar_elevation"
android:theme="@style/ThemeOverlay.Material3.ActionBar"
android:theme="@style/mcab_theme"
tools:ignore="UnusedAttribute" />