Loading presentation/src/main/java/com/moez/QKSMS/feature/compose/editing/ComposeItemAdapter.kt +3 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,9 @@ class ComposeItemAdapter @Inject constructor( val layoutInflater = LayoutInflater.from(parent.context) val view = layoutInflater.inflate(R.layout.contact_list_item, parent, false) view.icon.setColorFilter(ContextCompat.getColor(parent.context, R.color.colorAccent)); view.icon.setColorFilter(ContextCompat.getColor(parent.context, R.color.emphasis)); view.index.setTextColor(ContextCompat.getColor(parent.context, R.color.emphasis)) view.numbers.setRecycledViewPool(numbersViewPool) view.numbers.adapter = PhoneNumberAdapter() view.numbers.forwardTouches(view) Loading presentation/src/main/res/values-night/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ <color name="avatar_bg_color">#292929</color> <color name="avatar_icon_color">#DEFFFFFF</color> <color name="emphasis">#DEFFFFFF </color> </resources> No newline at end of file presentation/src/main/res/values/colors.xml +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ <color name="red_draft">#FF5D5D</color> <color name="avatar_bg_color">#e0e0e0</color> <color name="avatar_icon_color">#383838</color> <color name="emphasis">#DE000000</color> Loading Loading
presentation/src/main/java/com/moez/QKSMS/feature/compose/editing/ComposeItemAdapter.kt +3 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,9 @@ class ComposeItemAdapter @Inject constructor( val layoutInflater = LayoutInflater.from(parent.context) val view = layoutInflater.inflate(R.layout.contact_list_item, parent, false) view.icon.setColorFilter(ContextCompat.getColor(parent.context, R.color.colorAccent)); view.icon.setColorFilter(ContextCompat.getColor(parent.context, R.color.emphasis)); view.index.setTextColor(ContextCompat.getColor(parent.context, R.color.emphasis)) view.numbers.setRecycledViewPool(numbersViewPool) view.numbers.adapter = PhoneNumberAdapter() view.numbers.forwardTouches(view) Loading
presentation/src/main/res/values-night/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ <color name="avatar_bg_color">#292929</color> <color name="avatar_icon_color">#DEFFFFFF</color> <color name="emphasis">#DEFFFFFF </color> </resources> No newline at end of file
presentation/src/main/res/values/colors.xml +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ <color name="red_draft">#FF5D5D</color> <color name="avatar_bg_color">#e0e0e0</color> <color name="avatar_icon_color">#383838</color> <color name="emphasis">#DE000000</color> Loading