Use downwards arrow icon to close player screen (#6012)
This commit is contained in:
parent
440b20487b
commit
8e994165e6
@ -14,7 +14,7 @@
|
||||
android:minHeight="?attr/actionBarSize"
|
||||
android:theme="?attr/actionBarTheme"
|
||||
app:navigationContentDescription="@string/toolbar_back_button_content_description"
|
||||
app:navigationIcon="?homeAsUpIndicator" />
|
||||
app:navigationIcon="@drawable/ic_arrow_down" />
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/playerFragment"
|
||||
|
7
core/src/main/res/drawable/ic_arrow_down.xml
Normal file
7
core/src/main/res/drawable/ic_arrow_down.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24">
|
||||
<path android:fillColor="?attr/action_icon_color" android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user