refactor: ReVanced settings UI (remove settings label in title and remove summary)

This commit is contained in:
inotia00
2023-02-21 23:34:15 +09:00
parent 9f3a83ca64
commit fd3611c862
4 changed files with 9 additions and 8 deletions

View File

@ -87,7 +87,6 @@ internal object MusicResourceHelper {
.forEach {
it.adoptChild(YOUTUBE_MUSIC_PREFERENCE_TAG_NAME) {
setAttribute("android:title", "@string/$key" + "_title")
setAttribute("android:summary", "@string/$key" + "_summary")
setAttribute("android:key", key)
setAttribute("android:defaultValue", defaultValue)
}