Change Similar manga settings layout (#228)

* convert Credit string to strings_sy element

* remove redundant similar screen title in Similar Manga settings
This commit is contained in:
curche
2021-02-26 01:22:44 +05:30
committed by GitHub
parent c88de1ab1b
commit f78836dac4
2 changed files with 2 additions and 3 deletions
@@ -100,7 +100,6 @@ class SettingsMangaDexController :
preference {
key = "pref_similar_screen"
titleRes = R.string.similar_screen
summaryRes = R.string.similar_screen_summary_message
isIconSpaceReserved = true
}
@@ -156,7 +155,7 @@ class SettingsMangaDexController :
preference {
key = "similar_credits"
title = "Credits"
titleRes = R.string.similar_credit
val url = "https://github.com/goldbattle/MangadexRecomendations"
summary = context.getString(R.string.similar_credit_message, url)
onClick {