2019-04-30 04:17:50 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<string-array name="app_theme_names">
|
|
|
|
<item>@string/app_them_dark</item>
|
|
|
|
<item>@string/app_theme_light</item>
|
|
|
|
<item>@string/app_theme_black</item>
|
|
|
|
<item>@string/app_theme_auto</item>
|
|
|
|
<item>@string/app_theme_system</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="post_privacy_names">
|
|
|
|
<item>@string/post_privacy_public</item>
|
|
|
|
<item>@string/post_privacy_unlisted</item>
|
|
|
|
<item>@string/post_privacy_followers_only</item>
|
|
|
|
</string-array>
|
|
|
|
|
2022-03-27 21:23:25 +11:00
|
|
|
<string-array name="post_text_size_names">
|
|
|
|
<item>@string/post_text_size_smallest</item>
|
|
|
|
<item>@string/post_text_size_small</item>
|
|
|
|
<item>@string/post_text_size_medium</item>
|
|
|
|
<item>@string/post_text_size_large</item>
|
|
|
|
<item>@string/post_text_size_largest</item>
|
2019-04-30 04:17:50 +10:00
|
|
|
</string-array>
|
|
|
|
|
2022-10-19 04:38:17 +11:00
|
|
|
<string-array name="pref_show_self_username_names">
|
|
|
|
<item>@string/pref_show_self_username_always</item>
|
|
|
|
<item>@string/pref_show_self_username_disambiguate</item>
|
|
|
|
<item>@string/pref_show_self_username_never</item>
|
|
|
|
</string-array>
|
|
|
|
|
2019-04-30 04:17:50 +10:00
|
|
|
</resources>
|