diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ An example of the adapter builder: ```kotlin override fun onCreateKPrefs(savedInstanceState: android.os.Bundle?): KPrefAdapterBuilder.() -> Unit = { - textColor = { KPrefSample.textColor } + textColor = { KPrefSample.textColor } // getter function so the new text color will be retrieved for every reload accentColor = { KPrefSample.accentColor } header(R.string.header) |