collapse long posts
This commit is contained in:
5
mastodon/src/main/res/values/dimens.xml
Normal file
5
mastodon/src/main/res/values/dimens.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="text_max_height">300dp</dimen>
|
||||
<dimen name="text_collapsed_height">150dp</dimen>
|
||||
</resources>
|
||||
@@ -253,4 +253,7 @@
|
||||
<string name="sk_notify_poll_results">Poll results</string>
|
||||
<string name="sk_settings_prefix_reply_cw_with_re">Prefix reply CW with “re:”</string>
|
||||
<string name="sk_filtered">Filtered: %s</string>
|
||||
<string name="sk_expand">Expand</string>
|
||||
<string name="sk_collapse">Collapse</string>
|
||||
<string name="sk_settings_collapse_long_posts">Collapse long posts</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user