Set bottom sheet to black in Just Black theme & made normal lyrics selectable

This commit is contained in:
Prathamesh More 2021-09-24 16:03:30 +05:30
parent e7c10c8b6a
commit ed2ca6c6fb
4 changed files with 5 additions and 3 deletions

View file

@ -14,6 +14,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/normal_lyrics_padding"
android:textIsSelectable="true"
android:textSize="@dimen/lyrics_text_size" />
</ScrollView>