Some bug fixes and grid size adjustable

This commit is contained in:
Karim Abou Zeid 2015-04-12 15:05:37 +02:00
commit c1a4185549
19 changed files with 236 additions and 88 deletions

View file

@ -9,6 +9,7 @@ import java.io.Serializable;
* Created by karim on 23.11.14.
*/
public class Song implements Serializable, SearchEntry {
public int id;
public int albumId;
public int artistId;