Applied the default color scheme #5

This commit is contained in:
amazing-username
2019-03-12 21:29:39 -04:00
committed by amazing-username
parent 4663de6bb5
commit 748a28827b
10 changed files with 34 additions and 8 deletions
@@ -84,6 +84,7 @@ class MainActivity : AppCompatActivity() {
TrackElapsing.max = 100
try {
window.statusBarColor = resources.getColor(R.color.track_seek)
initializeShuffle()
initializeServices()
initializeClickListeners()
@@ -26,10 +26,15 @@ class SettingsActivity : AppCompatActivity() {
updateLibrary()
}
initialize()
supportActionBar?.setDisplayHomeAsUpEnabled(true)
}
private fun initialize() {
window.statusBarColor = resources.getColor(R.color.track_seek)
}
private fun loadSongPaths(): MutableList<String> {
val demoPath = Environment.getExternalStorageDirectory()
val mfPaths = MusicFiles(demoPath)