change handling of font size, introduce font size setting
This commit is contained in:
parent
8f8d49f421
commit
bf4d0bb722
25 changed files with 208 additions and 83 deletions
|
@ -151,12 +151,20 @@
|
|||
<item>2 Stunden</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="post_privacy_names" inputType="integer">
|
||||
<string-array name="post_privacy_names">
|
||||
<item>Öffentlich</item>
|
||||
<item>Nicht gelistet</item>
|
||||
<item>Nur Folgende</item>
|
||||
</string-array>
|
||||
|
||||
<string name="pref_status_text_size">Schriftgröße</string>
|
||||
|
||||
<string-array name="status_text_size_names">
|
||||
<item>Klein</item>
|
||||
<item>Normal</item>
|
||||
<item>Groß</item>
|
||||
</string-array>
|
||||
|
||||
<string name="notification_mention_format">%s hat dich erwähnt</string>
|
||||
<string name="notification_summary_large">%1$s, %2$s, %3$s und %4$d andere</string>
|
||||
<string name="notification_summary_medium">%1$s, %2$s, und %3$s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue