android: improve Settings UI and run mpd on boot

add 2 preferences to:
 - enable Wakelock when MPD is running (prevent suspend)
 - run MPD on boot

and display MPD logs
This commit is contained in:
Thomas Guillem
2014-10-18 19:02:23 +02:00
committed by Max Kellermann
parent ef38dbe5bf
commit f37ab5482b
7 changed files with 244 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:typeface="monospace" />