Moved video port preference

This commit is contained in:
Sylvain Berfini 2012-10-15 11:56:39 +02:00
parent ab2607d78a
commit 51f0f65929

View file

@ -186,13 +186,6 @@
android:dependency="@string/pref_video_enable_key"
android:layout="@layout/hidden"/>
<EditTextPreference
android:key="@string/pref_video_port_key"
android:title="@string/pref_video_port_title"
android:defaultValue="9078"
android:summary="@string/pref_video_port_description"
android:layout="@layout/hidden"/>
<CheckBoxPreference
android:key="@string/pref_video_automatically_accept_video_key"
android:title="@string/pref_video_automatically_accept_video_title"
@ -200,6 +193,13 @@
android:summary="@string/pref_video_automatically_accept_video"
android:dependency="@string/pref_video_enable_key"/>
<EditTextPreference
android:key="@string/pref_video_port_key"
android:title="@string/pref_video_port_title"
android:defaultValue="9078"
android:summary="@string/pref_video_port_description"
android:layout="@layout/hidden"/>
<PreferenceScreen
android:dependency="@string/pref_video_enable_key"
android:shouldDisableView="true"