diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-12-10 18:41:09 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-12-10 18:41:09 +0000 |
| commit | f5a461d1820f08c2001256f514a6b92eb78545f6 (patch) | |
| tree | 5051cd45d29cc61858f6457e104d8b96bff58871 /apps/apps.make | |
| parent | c47d81345151166083ab10d6f5d11e56462056d5 (diff) | |
| download | rockbox-f5a461d1820f08c2001256f514a6b92eb78545f6.zip rockbox-f5a461d1820f08c2001256f514a6b92eb78545f6.tar.gz rockbox-f5a461d1820f08c2001256f514a6b92eb78545f6.tar.bz2 rockbox-f5a461d1820f08c2001256f514a6b92eb78545f6.tar.xz | |
Android: Rework notification and change icon sizes to better meet the systems' standard.
The notification now announces the new track on track change, and the the area in the scrolled down notification area shows track infos (title, artist, album).
Someone should check if it looks good on hdpi and ldpi screens as I can't verify it right now (emulator crashes).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28785 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/apps.make')
| -rw-r--r-- | apps/apps.make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.make b/apps/apps.make index 6afcd12..a430288 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -8,6 +8,9 @@ # INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) +ifdef APP_TYPE + INCLUDES += -I$(APPSDIR)/hosted +endif SRC += $(call preprocess, $(APPSDIR)/SOURCES) # apps/features.txt is a file that (is preprocessed and) lists named features |