Search is back. Now with recycler view and the ability to set a different xml file for song, album, artist and header results if needed. Also improved its appearance by adding elevation (inspired by Googles Inbox).
This commit is contained in:
parent
a91804657d
commit
428dd22296
14 changed files with 447 additions and 111 deletions
|
|
@ -8,7 +8,7 @@ import java.io.Serializable;
|
|||
public class Song implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 3720703366054566981L;
|
||||
|
||||
|
||||
public final int id;
|
||||
public final int albumId;
|
||||
public final int artistId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue