Skip to content

Commit f95810d

Browse files
committed
edit onboard page
1 parent ca5ba8c commit f95810d

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/build
1+
/build
2+
/src/main/assets/databases/jmdict.sqbpro

app/src/main/java/com/mixtapeo/lyrisync/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
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" />
@@ -496,7 +496,7 @@
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

app/src/main/res/raw/gif2.webp

2.87 MB
Loading

0 commit comments

Comments
 (0)