added autio streaming & jumped to version 0.4.0
This commit is contained in:
parent
1ab5872857
commit
d24c87c9c9
13 changed files with 393 additions and 64 deletions
|
|
@ -39,4 +39,11 @@
|
|||
android:title="@string/leftHandLayoutTitle"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="@string/defaultAudioFormatPreference"
|
||||
android:title="@string/defaultAudioFormatTitle"
|
||||
android:entries="@array/audioFormatDescriptionList"
|
||||
android:entryValues="@array/audioFormatList"
|
||||
android:defaultValue="@string/defaultAudioFormat"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue