summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Eckhofer <[email protected]>2014-07-16 10:32:26 +0200
committerFelix Eckhofer <[email protected]>2014-07-16 10:32:26 +0200
commitccbeb04810be6cccdc71b5bdf50757263a975f4c (patch)
tree339ac8ff3e4a3262fa603265e66b43cd46dc328a
parent5ba78c4f0be7fd9f80bebe3d5e3278f720560d09 (diff)
Fix indentation
Use spaces like in the rest of the file
-rw-r--r--res/xml/preferences.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 2162b85a..dfafa560 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -108,14 +108,14 @@
android:key="enable_condensed_fonts"
android:summary="@string/pref_headlines_use_condensed_fonts_long"
android:title="@string/pref_headlines_use_condensed_fonts" />
-
- <org.fox.ttrss.util.FontSizeDialogPreference
- android:defaultValue="13"
- android:key="headlines_font_size_sp"
- android:dialogMessage="@string/pref_headline_font_size"
- android:title="@string/pref_headline_font_size" />
- </PreferenceCategory>
+ <org.fox.ttrss.util.FontSizeDialogPreference
+ android:defaultValue="13"
+ android:key="headlines_font_size_sp"
+ android:dialogMessage="@string/pref_headline_font_size"
+ android:title="@string/pref_headline_font_size" />
+
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="16"
@@ -181,4 +181,4 @@
android:title="@string/transport_debugging" />
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>