Hopefully fix whitespace issues.

This commit is contained in:
Jon Benson
2013-05-07 19:05:50 +10:00
parent 935e9ab688
commit 4906b57f15
7 changed files with 64 additions and 64 deletions

View File

@ -13,16 +13,16 @@
android:key="pref_about_cat"
android:title="@string/pref_ui_cat">
<CheckBoxPreference
android:key="pref_user_zoom"
android:title="@string/pref_user_zoom"
android:summary="@string/pref_user_zoom_sum"
android:key="pref_user_zoom"
android:title="@string/pref_user_zoom"
android:summary="@string/pref_user_zoom_sum"
android:defaultValue="false" />
<CheckBoxPreference
android:key="pref_user_loc"
android:title="@string/pref_user_loc"
android:summary="@string/pref_user_loc_sum"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_mics"