From 1706ff1c10ef097573ceb73f029bae5300f52855 Mon Sep 17 00:00:00 2001 From: MasterZack69 Date: Tue, 2 Jun 2026 13:01:52 +0530 Subject: [PATCH] bg line not romaji line --- app/src/main/res/layout/fragment_lyrics_edit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_lyrics_edit.xml b/app/src/main/res/layout/fragment_lyrics_edit.xml index 72f68b8..8e24cd3 100644 --- a/app/src/main/res/layout/fragment_lyrics_edit.xml +++ b/app/src/main/res/layout/fragment_lyrics_edit.xml @@ -79,7 +79,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="16sp" - android:text="This is the romaji Line" + android:text="This is the background Line" android:textColor="?colorOutline" />