Finished the IntroActivity
This commit is contained in:
parent
8afcce22b1
commit
d42bc0075c
4 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ public class IntroActivity extends AppIntro {
|
|||
addSlide(AppIntroFragment.newInstance("Storage", "The storage permission is required for Phonograph to read your music library.", R.drawable.ic_folder_web, color));
|
||||
askForPermissions(new String[]{Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);
|
||||
}
|
||||
addSlide(AppIntroFragment.newInstance(getString(R.string.label_current_playing_queue), "You can swipe the card in the now playing screen up to reveal to full playing queue.", R.drawable.intro_swipe_up, color));
|
||||
addSlide(AppIntroFragment.newInstance(getString(R.string.label_current_playing_queue), "You can swipe the card in the now playing screen up to reveal to full playing queue.", R.drawable.tutorial_queue_swipe_up, color));
|
||||
addSlide(AppIntroFragment.newInstance(getString(R.string.label_current_playing_queue), "You can rearrange the playing queue by dragging a song from its track number.", R.drawable.tutorial_rearrange_queue, color));
|
||||
}
|
||||
|
||||
private boolean hasExternalStoragePermission() {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/tutorial_queue_swipe_up.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/tutorial_queue_swipe_up.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/tutorial_rearrange_queue.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/tutorial_rearrange_queue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Loading…
Add table
Add a link
Reference in a new issue