Skip to content

Commit

Permalink
set text color button
Browse files Browse the repository at this point in the history
  • Loading branch information
rigo9412 committed May 25, 2019
1 parent 206f84c commit 6cd6fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class FormsContainer : DialogFragment(), FormFragment.OnInteractionFormListner {

btnActionSave.setTextColor(resources.getColor(pref.getColor(SharedPreference.COLOR_ACCENT)!!))
tvSteps.setTextColor(resources.getColor(pref.getColor(SharedPreference.COLOR_TEXT)!!))
btnActionSave.setTextColor(resources.getColor(pref.getColor(SharedPreference.COLOR_TEXT)!!))
btnBack.setColorFilter(ContextCompat.getColor(this.context!!, pref.getColor(SharedPreference.COLOR_TEXT)!!), android.graphics.PorterDuff.Mode.SRC_IN)
btnNext.setBackgroundColor(pref.getColor(SharedPreference.COLOR_ACCENT)!!)

Expand Down

0 comments on commit 6cd6fc0

Please sign in to comment.