Skip to content

Commit

Permalink
Removed unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Jul 21, 2020
1 parent aa66db9 commit fd7ce50
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">

<PreferenceCategory
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:title="@string/appearance">

<ListPreference
app:defaultValue="@string/listKey"
app:entries="@array/viewEntries"
app:entryValues="@array/viewValues"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/viewKey"
app:title="@string/view"
app:useSimpleSummaryProvider="true" />
Expand All @@ -17,7 +17,7 @@
app:defaultValue="@string/followSystemKey"
app:entries="@array/themeEntries"
app:entryValues="@array/themeValues"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/themeKey"
app:title="@string/theme"
app:useSimpleSummaryProvider="true" />
Expand All @@ -26,72 +26,72 @@
app:defaultValue="@string/elevatedKey"
app:entries="@array/noteTypeEntries"
app:entryValues="@array/noteTypeValues"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/cardTypeKey"
app:title="@string/card_type"
app:useSimpleSummaryProvider="true" />

</PreferenceCategory>

<PreferenceCategory
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:title="@string/content_density">

<EditTextPreference
app:defaultValue="@string/four"
app:dialogLayout="@layout/dialog_input"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/maxItemsToDisplayInListKey"
app:title="@string/max_items_to_display"
app:useSimpleSummaryProvider="true" />

<EditTextPreference
app:defaultValue="@string/eight"
app:dialogLayout="@layout/dialog_input"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/maxLinesToDisplayInNoteKey"
app:title="@string/max_lines_to_display"
app:useSimpleSummaryProvider="true" />

<SwitchPreference
app:defaultValue="true"
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/showDateCreatedKey"
app:title="@string/show_date_created"/>
</PreferenceCategory>

<PreferenceCategory
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:title="@string/backup">

<Preference
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/exportNotesToAFileKey"
app:title="@string/export_notes_to_a_file" />

<Preference
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/importNotesFromAFileKey"
app:title="@string/import_notes_from_a_file"/>

</PreferenceCategory>

<PreferenceCategory
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:title="@string/about">

<Preference
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/githubKey"
app:title="@string/github" />

<Preference
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/librariesKey"
app:title="@string/libraries" />

<Preference
app:iconSpaceReserved="true"
app:iconSpaceReserved="false"
app:key="@string/rateKey"
app:title="@string/rate" />

Expand Down

0 comments on commit fd7ce50

Please sign in to comment.