refactor menu xml files and shortcut type package

This commit is contained in:
dkanada 2021-05-06 14:45:09 +09:00
commit e68c11f38e
14 changed files with 54 additions and 11 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;