move git rev pref to bottom

This commit is contained in:
Eric House 2014-10-14 06:35:12 -07:00
parent 5c4242ac62
commit 76db94effc

View file

@ -307,10 +307,6 @@
<PreferenceScreen android:title="@string/advanced"
android:summary="@string/advanced_summary"
>
<EditTextPreference android:title="@string/git_rev_title"
android:summary="@string/git_rev"
android:enabled="false"
/>
<CheckBoxPreference android:key="@string/key_logging_on"
android:title="@string/logging_on"
android:summary="@string/logging_on_summary"
@ -401,5 +397,10 @@
android:summary="Get intermediate builds"
android:defaultValue="false"
/>
<EditTextPreference android:title="@string/git_rev_title"
android:summary="@string/git_rev"
android:enabled="false"
/>
</PreferenceScreen>
</PreferenceScreen>