mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Removed buggy swipe refresh layout and added reload button to top toolbar
This commit is contained in:
parent
e1b02c42d2
commit
9ecf55ca82
9 changed files with 38 additions and 56 deletions
|
|
@ -15,4 +15,10 @@
|
|||
android:title="@string/conversations"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_reload"
|
||||
android:icon="@drawable/ic_refresh_white_24dp"
|
||||
android:title="@string/reload"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue