Add expand/collapse button for threads (#609)
This commit is contained in:
parent
3dfe43dfb2
commit
f3c6abdd4d
8 changed files with 108 additions and 26 deletions
|
|
@ -7,4 +7,11 @@
|
|||
android:title="@string/action_open_in_web"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reveal"
|
||||
android:title="@string/expand_collapse_all_statuses"
|
||||
app:showAsAction="ifRoom"
|
||||
android:icon="@drawable/ic_eye_24dp" />
|
||||
|
||||
|
||||
</menu>
|
||||
|
|
@ -287,5 +287,6 @@
|
|||
<string name="send_toot_notification_channel_name">Отправка постов</string>
|
||||
<string name="send_toot_notification_cancel_title">Отправка отменена</string>
|
||||
<string name="send_toot_notification_saved_content">Копия поста сохранена в ваши черновики</string>
|
||||
<string name="expand_collapse_all_statuses">Раскрыть/свернуть все статусы</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -304,5 +304,6 @@
|
|||
<string name="error_no_custom_emojis">Your instance %s does not have any custom emojis</string>
|
||||
<string name="copy_to_clipboard_success">Copied to clipboard</string>
|
||||
<string name="performing_lookup_title">Performing lookup...</string>
|
||||
<string name="expand_collapse_all_statuses">Expand/Collapse all statuses</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue