Android: add option to pause MPD when headphones disconnect

This commit is contained in:
Sam Bazley
2021-07-26 18:55:39 +01:00
parent d39b11ba5d
commit 57687779be
8 changed files with 97 additions and 0 deletions

View File

@@ -23,6 +23,12 @@
android:layout_height="wrap_content"
android:text="@string/checkbox_wakelock" />
<CheckBox
android:id="@+id/pause_on_headphones_disconnect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/checkbox_pause_on_headphones_disconnect" />
<TextView
android:id="@+id/status"
android:layout_width="wrap_content"