Added link to lyrics page from peak theme

This commit is contained in:
h4h13 2019-10-13 00:43:48 +05:30
parent cf402a27c2
commit 27190d5b74
6 changed files with 32 additions and 25 deletions

View file

@ -3,8 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:transitionName="@string/transition_lyrics">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"

View file

@ -9,4 +9,5 @@
<string name="transition_artist_text" translatable="false">artist_image_transition</string>
<string name="transition_mini_player" translatable="false">mini_player_transition</string>
<string name="transition_toolbar" translatable="false">toolbar_transition</string>
<string name="transition_lyrics" translatable="false">toolbar_transition</string>
</resources>