Error handling for loading posts now works again. Don't show refresh button as an icon. Rewrite some code.

This commit is contained in:
Alex Ning
2018-12-29 13:38:18 +08:00
parent 93a9ad9ece
commit b7e1d92c7e
14 changed files with 251 additions and 299 deletions

View File

@@ -8,5 +8,5 @@
android:orderInCategory="1"
android:title="@string/action_refresh"
android:icon="@drawable/ic_refresh_white_24dp"
app:showAsAction="always" />
app:showAsAction="never" />
</menu>