mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-28 16:09:33 +01:00
6cd6b47b03
Added stop button and pause/play toggle to notification, reuse notification, removed arrows on menu items, added settings for max albums and notifications, hopefully fixed a buffering issue, minor code cleanup in preparation for full ICS/JB standards compliance.
10 lines
494 B
XML
10 lines
494 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="lib" path="D:/Data/Android/adt-bundle-windows-x86_64/sdk/tools/support/annotations.jar"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|