add preferences for maximum bitrate and transcoding codec
This commit is contained in:
parent
5537137e35
commit
f1c84d7ae7
7 changed files with 66 additions and 5 deletions
|
|
@ -4,6 +4,26 @@
|
|||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_audio">
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="aac"
|
||||
android:entries="@array/pref_transcode_codec_titles"
|
||||
android:entryValues="@array/pref_transcode_codec_values"
|
||||
android:key="transcode_codec"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_transcode_codec" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="320000"
|
||||
android:entries="@array/pref_maximum_bitrate_titles"
|
||||
android:entryValues="@array/pref_maximum_bitrate_values"
|
||||
android:key="maximum_bitrate"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_maximum_bitrate" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue