Merge pull request #52 from HabitRPG/refresh-button

Add refresh button rather than three dots icon
This commit is contained in:
negue 2015-11-14 00:49:44 +01:00
commit 07ebfcb46d
6 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

View file

@ -11,8 +11,9 @@
<item
android:id="@+id/action_reload"
android:icon="@drawable/ic_refresh_white"
android:orderInCategory="103"
android:title="@string/action_refresh"
app:showAsAction="ifRoom"
/>
</menu>