rename shake_pref into seekbar_pref

This commit is contained in:
Adrian Ulrich 2015-10-05 11:44:07 +02:00
parent 830db1a519
commit 806e74eba1
4 changed files with 4 additions and 4 deletions

@ -34,7 +34,7 @@ THE SOFTWARE.
android:summary="@string/replaygain_summary" /> android:summary="@string/replaygain_summary" />
<ch.blinkenlights.android.vanilla.SeekBarPreference <ch.blinkenlights.android.vanilla.SeekBarPreference
android:key="volume_during_ducking" android:key="volume_during_ducking"
android:dialogLayout="@layout/shake_pref" android:dialogLayout="@layout/seekbar_pref"
android:title="@string/volume_during_ducking_title" android:title="@string/volume_during_ducking_title"
android:defaultValue="50" android:defaultValue="50"
vanilla:sbpSummaryText="@string/volume_during_ducking_summary" vanilla:sbpSummaryText="@string/volume_during_ducking_summary"

@ -37,7 +37,7 @@ THE SOFTWARE.
<ch.blinkenlights.android.vanilla.SeekBarPreference <ch.blinkenlights.android.vanilla.SeekBarPreference
android:key="replaygain_bump" android:key="replaygain_bump"
android:negativeButtonText="@null" android:negativeButtonText="@null"
android:dialogLayout="@layout/shake_pref" android:dialogLayout="@layout/seekbar_pref"
android:title="@string/replaygain_bump_title" android:title="@string/replaygain_bump_title"
android:defaultValue="75" android:defaultValue="75"
vanilla:sbpMaxValue="150" vanilla:sbpMaxValue="150"
@ -48,7 +48,7 @@ THE SOFTWARE.
<ch.blinkenlights.android.vanilla.SeekBarPreference <ch.blinkenlights.android.vanilla.SeekBarPreference
android:key="replaygain_untagged_debump" android:key="replaygain_untagged_debump"
android:negativeButtonText="@null" android:negativeButtonText="@null"
android:dialogLayout="@layout/shake_pref" android:dialogLayout="@layout/seekbar_pref"
android:title="@string/replaygain_untagged_debump_title" android:title="@string/replaygain_untagged_debump_title"
android:defaultValue="150" android:defaultValue="150"
vanilla:sbpMaxValue="150" vanilla:sbpMaxValue="150"

@ -40,7 +40,7 @@ THE SOFTWARE.
<ch.blinkenlights.android.vanilla.SeekBarPreference <ch.blinkenlights.android.vanilla.SeekBarPreference
android:key="shake_threshold" android:key="shake_threshold"
android:negativeButtonText="@null" android:negativeButtonText="@null"
android:dialogLayout="@layout/shake_pref" android:dialogLayout="@layout/seekbar_pref"
android:title="@string/shake_threshold_title" android:title="@string/shake_threshold_title"
android:defaultValue="80" android:defaultValue="80"
vanilla:sbpMaxValue="300" vanilla:sbpMaxValue="300"