GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
3
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
lukas
/
music
Browse code
remove the action bar
master
1 parent
a53b4d7
commit
1ac641390ceffa34f4a5cfe4e30eb3b04c1272d5
lukas
authored
on 18 Aug 2022
Patch
Unified
Split
Showing
1 changed file
+1
-0
■
■■■■
app/src/main/java/com/lukas/music/MainActivity.kt
Ignore Space
Show notes
View
1
■
■■■■
app/src/main/java/com/lukas/music/MainActivity.kt
binding
.
tabPager
.
registerOnPageChangeCallback
(
PageListener
(
binding
.
tabLayout
))
binding
.
tabLayout
.
addOnTabSelectedListener
(
TabListener
(
binding
.
tabPager
))
startAudio
()
Rhythm
.
start
()
supportActionBar
?.
hide
()
}
companion
object
{
external fun startAudio
()
Show line notes below