ae9fe06f7d
* Remove material-components workaround that was fixed upstream
* Remove unused toolbar workaround
* Fix cover dialog navigation icon
(cherry picked from commit 38d131be37)
# Conflicts:
# app/src/main/res/menu/library_selection.xml
# app/src/main/res/menu/reader.xml
12 lines
363 B
XML
12 lines
363 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/action_tracking_help"
|
|
android:icon="@drawable/ic_help_24dp"
|
|
android:title="@string/tracking_guide"
|
|
app:iconTint="?attr/colorOnSurface"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|