Update PreferenceUtil.java
parent
60145f7e6d
commit
06413312ea
|
@ -336,7 +336,7 @@ public final class PreferenceUtil {
|
||||||
|
|
||||||
@LayoutRes
|
@LayoutRes
|
||||||
public int getArtistGridStyle() {
|
public int getArtistGridStyle() {
|
||||||
return mPreferences.getInt(ARTIST_GRID_STYLE, R.layout.item_grid);
|
return mPreferences.getInt(ARTIST_GRID_STYLE, R.layout.item_grid_circle);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setArtistGridStyle(@LayoutRes int artistGridStyle) {
|
public void setArtistGridStyle(@LayoutRes int artistGridStyle) {
|
||||||
|
|
Loading…
Reference in New Issue