Unregistering scrobbler
This commit is contained in:
@@ -45,14 +45,13 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/button_open"
|
||||
style="?android:attr/actionOverflowButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/open_in_browser"
|
||||
android:padding="4dp"
|
||||
android:src="@drawable/ic_open_external"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:tint="?android:colorControlNormal" />
|
||||
|
||||
13
app/src/main/res/menu/opt_scrobbling.xml
Normal file
13
app/src/main/res/menu/opt_scrobbling.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_browser"
|
||||
android:title="@string/open_in_browser" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_unregister"
|
||||
android:title="@string/remove" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user