mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Added the ability to sort items in the album catalogue
This commit is contained in:
parent
1515bc320b
commit
3c617570de
8 changed files with 111 additions and 0 deletions
10
app/src/main/res/drawable/ic_sort_list.xml
Normal file
10
app/src/main/res/drawable/ic_sort_list.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue