Added material template
This commit is contained in:
parent
42765fd652
commit
210feb7aec
1 changed files with 22 additions and 23 deletions
|
@ -2,7 +2,6 @@ package code.name.monkey.retromusic.ui.fragments;
|
|||
|
||||
import android.support.annotation.DrawableRes;
|
||||
import android.support.annotation.StringRes;
|
||||
|
||||
import code.name.monkey.retromusic.R;
|
||||
|
||||
|
||||
|
@ -18,7 +17,7 @@ public enum NowPlayingScreen {
|
|||
SIMPLE(R.string.simple, R.drawable.np_simple, 8),
|
||||
BLUR_CARD(R.string.blur_card, R.drawable.np_blur_card, 9),
|
||||
ADAPTIVE(R.string.adaptive, R.drawable.np_adaptive, 10),
|
||||
MATERIAL(R.string.material, R.drawable.np_normal, 11);
|
||||
MATERIAL(R.string.material, R.drawable.np_material, 11);
|
||||
|
||||
@StringRes
|
||||
public final int titleRes;
|
||||
|
|
Loading…
Reference in a new issue