Fix indentation
Use spaces like in the rest of the file
This commit is contained in:
parent
5ba78c4f0b
commit
ccbeb04810
@ -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>
|
||||
</PreferenceScreen>
|
||||
|
Loading…
Reference in New Issue
Block a user