Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e98aac6 authored by narinder Rana's avatar narinder Rana
Browse files

update value for menu icon

parent 96d083ba
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import com.moez.QKSMS.common.base.QkViewHolder
import com.moez.QKSMS.common.util.Colors
import com.moez.QKSMS.common.util.extensions.forwardTouches
import com.moez.QKSMS.common.util.extensions.setTint

import com.moez.QKSMS.extensions.associateByNotNull
import com.moez.QKSMS.model.Contact
import com.moez.QKSMS.model.ContactGroup
@@ -65,6 +66,7 @@ class ComposeItemAdapter @Inject constructor(
        val layoutInflater = LayoutInflater.from(parent.context)
        val view = layoutInflater.inflate(R.layout.contact_list_item, parent, false)

        view.icon.clearColorFilter()
        view.icon.setColorFilter(ContextCompat.getColor(parent.context, R.color.emphasis));
        view.index.setTextColor(ContextCompat.getColor(parent.context, R.color.emphasis))

+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:fillColor="#ffffff"
        android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +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">#61FFFFFF</color>
    <color name="emphasis">#99000000</color>