Added logic to switch between now playing screens.

This commit is contained in:
Karim Abou Zeid 2016-04-17 00:30:18 +02:00
commit ea3f95d401
15 changed files with 333 additions and 18 deletions

View file

@ -106,18 +106,18 @@ dependencies {
transitive = true
}
compile('com.github.afollestad.material-dialogs:core:0.8.5.6@aar') {
compile('com.github.afollestad.material-dialogs:core:0.8.5.8@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') {
compile('com.github.afollestad.material-dialogs:commons:0.8.5.8@aar') {
transitive = true
}
compile('com.afollestad:material-cab:0.1.9@aar') {
compile('com.afollestad:material-cab:0.1.11@aar') {
transitive = true
}
compile('com.github.kabouzeid:app-theme-helper:1.0.1@aar') {
compile('com.github.kabouzeid:app-theme-helper:454b062475@aar') {
transitive = true
}