refactor menu xml files and shortcut type package
This commit is contained in:
parent
0151e38e60
commit
e68c11f38e
14 changed files with 54 additions and 11 deletions
|
|
@ -5,9 +5,9 @@ import android.content.Intent;
|
|||
import android.os.Bundle;
|
||||
|
||||
import com.dkanada.gramophone.BuildConfig;
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.LatestShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.ShuffleShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.FrequentShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.LatestShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.ShuffleShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.FrequentShortcutType;
|
||||
import com.dkanada.gramophone.model.Playlist;
|
||||
import com.dkanada.gramophone.service.MusicService;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ import android.content.pm.ShortcutManager;
|
|||
import android.graphics.drawable.Icon;
|
||||
import android.os.Build;
|
||||
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.LatestShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.ShuffleShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.shortcuttype.FrequentShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.LatestShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.ShuffleShortcutType;
|
||||
import com.dkanada.gramophone.views.shortcuts.type.FrequentShortcutType;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package com.dkanada.gramophone.views.shortcuts.shortcuttype;
|
||||
package com.dkanada.gramophone.views.shortcuts.type;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.dkanada.gramophone.views.shortcuts.shortcuttype;
|
||||
package com.dkanada.gramophone.views.shortcuts.type;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.dkanada.gramophone.views.shortcuts.shortcuttype;
|
||||
package com.dkanada.gramophone.views.shortcuts.type;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.dkanada.gramophone.views.shortcuts.shortcuttype;
|
||||
package com.dkanada.gramophone.views.shortcuts.type;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
Loading…
Add table
Add a link
Reference in a new issue