Feet(Settings): UI changes (#351)

* Account

* Theme

* Extension, common, notification and anime

* manga and about

* fix(Settings): icon colours
This commit is contained in:
Sadwhy 2024-04-12 13:15:53 +06:00 committed by GitHub
parent b961701189
commit c0e3243ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 394 additions and 137 deletions

View file

@ -41,7 +41,7 @@ class SettingsAboutActivity : AppCompatActivity() {
topMargin = statusBarHeight
bottomMargin = navBarHeight
}
settingsAboutTitle.setOnClickListener { onBackPressedDispatcher.onBackPressed() }
aboutSettingsBack.setOnClickListener { onBackPressedDispatcher.onBackPressed() }
settingsDev.setOnClickListener {
DevelopersDialogFragment().show(supportFragmentManager, "dialog")