aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-16 20:28:33 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-16 20:28:33 -0700
commit72b9feb331d3691bc31c08313054785e97b8de7f (patch)
tree8841edd1d1216dc4310d0a58eeeaf5a1fa7d1716 /subsonic-android/res
parent7182604e3f3cd9770264e9947696506c766434ee (diff)
parent3c62063b794b6c8385a34330f4268fe4949b4662 (diff)
downloaddsub-72b9feb331d3691bc31c08313054785e97b8de7f.tar.gz
dsub-72b9feb331d3691bc31c08313054785e97b8de7f.tar.bz2
dsub-72b9feb331d3691bc31c08313054785e97b8de7f.zip
Merge branch 'Fragments' of https://github.com/daneren2005/Subsonic.git
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/raw/changelog.xml4
-rw-r--r--subsonic-android/res/values/themes.xml10
2 files changed, 8 insertions, 6 deletions
diff --git a/subsonic-android/res/raw/changelog.xml b/subsonic-android/res/raw/changelog.xml
index 94192a2f..5d78be23 100644
--- a/subsonic-android/res/raw/changelog.xml
+++ b/subsonic-android/res/raw/changelog.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
- <release version="4.0.0" versioncode="46" >
+ <release version="4.0.0" versioncode="46" releasedate="5/16/2013">
<change>Converted everything to fragments!</change>
<change>Swipe to switch tabs</change>
<change>Breadcrumb trail when going down several levels</change>
+ <change>Require double tapping back to exit app</change>
<change>Change log dialog for new versions</change>
<change>Endless loading on album lists (ie: Random, Recently Added, etc...) instead of pressing more</change>
<change>Look at what is now playing from main tabs</change>
@@ -11,5 +12,6 @@
<change>When clicking on a album in search, the parent is also added to the back stack</change>
<change>Added total time to playlist/album headers</change>
<change>Fixed a lot of the menu items not working when using search</change>
+ <change>Update to Light/Dark themes</change>
</release>
</changelog> \ No newline at end of file
diff --git a/subsonic-android/res/values/themes.xml b/subsonic-android/res/values/themes.xml
index 510ff977..2389365f 100644
--- a/subsonic-android/res/values/themes.xml
+++ b/subsonic-android/res/values/themes.xml
@@ -49,11 +49,11 @@
<item name="android:windowFullscreen">true</item>
</style>
- <style name="Widget.DSub.ActionBarStyle.Light" parent="Widget.Sherlock.Light.ActionBar.Solid.Inverse">
- <item name="background">@drawable/menubar_button_normal</item>
- <item name="android:background">@drawable/actionbar_background</item>
- <item name="backgroundStacked">@drawable/actionbar_background</item>
- <item name="android:backgroundStacked">@drawable/actionbar_background</item>
+ <style name="Widget.DSub.ActionBarStyle.Light" parent="Widget.Sherlock.Light.ActionBar.Solid">
+ <item name="background">@android:color/transparent</item>
+ <item name="android:background">@android:color/transparent</item>
+ <item name="backgroundStacked">@android:color/transparent</item>
+ <item name="android:backgroundStacked">@android:color/transparent</item>
</style>
<style name="Widget.DSub.ActionBarStyle.Dark" parent="Widget.Sherlock.ActionBar.Solid">