Moved video port preference
This commit is contained in:
parent
ab2607d78a
commit
51f0f65929
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue