Changed sort icon from by alpha to by numeric (#525)

This commit is contained in:
Bram van de Kerkhof
2016-11-13 14:25:55 +01:00
committed by GitHub
parent 36d4e1f7ef
commit 9c5b497751
3 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
<item
android:id="@+id/action_sort"
android:icon="@drawable/ic_sort_by_alpha_white_24dp"
android:icon="@drawable/ic_sort_by_numeric_white_24dp"
android:title="@string/action_sort"
app:showAsAction="ifRoom"/>