File tree Expand file tree Collapse file tree
java/com/mixtapeo/lyrisync Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /build
1+ /build
2+ /src /main /assets /databases /jmdict.sqbpro
Original file line number Diff line number Diff line change @@ -780,7 +780,7 @@ class MainActivity : AppCompatActivity() {
780780 .build()
781781
782782 // 2. Load using that specific loader
783- gifVideo.load(R .raw.gif1 , animationLoader)
783+ gifVideo.load(R .raw.gif2 , animationLoader)
784784 gifBroadcastView.load(R .raw.gif1, animationLoader)
785785
786786 btnOk.setOnClickListener {
@@ -814,7 +814,7 @@ class MainActivity : AppCompatActivity() {
814814 btnAuthOk.setOnClickListener {
815815 overlay.visibility = View .GONE
816816
817- // Use the correct Android package name for Spotify!
817+
818818 val spotifyPackage = " com.spotify.music"
819819 val launchIntent = packageManager.getLaunchIntentForPackage(spotifyPackage)
820820
Original file line number Diff line number Diff line change 403403 <TextView
404404 android : layout_width =" wrap_content"
405405 android : layout_height =" wrap_content"
406- android : text =" setup"
406+ android : text =" setup. "
407407 android : textColor =" @color/white"
408408 android : textSize =" 28sp"
409409 android : textStyle =" bold" />
496496 android : layout_width =" wrap_content"
497497 android : layout_height =" wrap_content"
498498 android : layout_marginTop =" 24dp"
499- android : text =' hit "allow" when prompted by spotify:'
499+ android : text =' hit "allow" if prompted by spotify:'
500500 android : textColor =" @color/purple_200"
501501 android : textStyle =" bold" />
502502
You can’t perform that action at this time.
0 commit comments