Adding refresh UI

This commit is contained in:
nextLane 2017-03-12 00:25:04 +05:30
parent cbbca8754c
commit f2a3c5ff24
4 changed files with 40 additions and 2 deletions

View file

@ -0,0 +1,13 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item
android:id="@+id/action_refresh"
android:title="@string/refresh_button"
android:icon="@drawable/ic_action_refresh"
android:orderInCategory="1"
app:showAsAction="ifRoom"
/>
</menu>