layout: Drop theme attribute from toolbar

Conflicts with DynamicTheme in dark mode

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-12-27 14:43:13 +07:00
parent 88e063641e
commit fe4c67aa97
22 changed files with 3 additions and 25 deletions

View File

@@ -28,7 +28,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:theme="?attr/actionBarTheme"
app:navigationIcon="@drawable/ic_arrow_back" />
<com.airbnb.epoxy.EpoxyRecyclerView