mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
style: new splash icon
This commit is contained in:
parent
3a4be33ff6
commit
ebb9b463ae
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue