Skip to content

Commit

Permalink
色間違えた
Browse files Browse the repository at this point in the history
  • Loading branch information
takusan23 committed Nov 1, 2020
1 parent 109a9a1 commit 5197ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SearchPreferenceChildFragment : PreferenceFragmentCompat() {
private val defaultPreferenceResId by lazy { arguments?.getInt(PREFERENCE_XML_RESOURCE_ID) }

/** 該当する設定項目の色をつける */
private val highLightColor by lazy { arguments?.getInt(SEARCH_SCROLL_HIGH_LIGHT_COLOR, Color.parseColor("#80ffff00")) ?: Color.parseColor("#ffff00") }
private val highLightColor by lazy { arguments?.getInt(SEARCH_SCROLL_HIGH_LIGHT_COLOR, Color.parseColor("#80ffff00")) ?: Color.parseColor("#80ffff00") }

/** 該当する設定項目の色をつける間隔。 */
private val delayTime by lazy { arguments?.getLong(SEARCH_PREFERENCE_BACKGROUND_REPEAT_DELAY, 500L) ?: 500L }
Expand Down

0 comments on commit 5197ca1

Please sign in to comment.