Applied the default color scheme #5
This commit is contained in:
committed by
amazing-username
parent
4663de6bb5
commit
748a28827b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user