From 4957916360614576d0cb8ec01ee2c66674f730ce Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Sat, 3 Apr 2010 17:49:00 -0500 Subject: [PATCH] Add preference to open song selector on startup --- res/values/strings.xml | 3 +++ res/xml/preferences.xml | 7 ++++++- src/org/kreed/vanilla/FullPlaybackActivity.java | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index e556ec0b..46b4a3be 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -41,6 +41,9 @@ Notification Mode When to show the notification + Open on Startup + Open song selector on startup + Use Suggestions in Filter Text Use text suggestions when editing the filter text diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 1334068b..1041232c 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -27,13 +27,18 @@ android:title="@string/mini_player_title" android:summary="@string/mini_player_summary" android:defaultValue="true" /> - + +