mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
style: new splash icon
This commit is contained in:
@@ -20,7 +20,7 @@ import retrofit2.Response;
|
||||
|
||||
public class ArtistRepository {
|
||||
public MutableLiveData<List<ArtistID3>> getStarredArtists(boolean random, int size) {
|
||||
MutableLiveData<List<ArtistID3>> starredArtists = new MutableLiveData<>();
|
||||
MutableLiveData<List<ArtistID3>> starredArtists = new MutableLiveData<>(new ArrayList<>());
|
||||
|
||||
App.getSubsonicClientInstance(false)
|
||||
.getAlbumSongListClient()
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
android:gravity="center" />
|
||||
|
||||
<item
|
||||
android:width="240dp"
|
||||
android:height="240dp"
|
||||
android:width="220dp"
|
||||
android:height="220dp"
|
||||
android:drawable="@drawable/ic_splash_logo"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user