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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue