Loading app/k9mail-jmap/src/main/res/values/themes.xml +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_light</item> <item name="messageListSelectedBackgroundColor">#8038B8E2</item> <item name="messageListReadItemBackgroundColor">#c0cdcdcd</item> <item name="messageListUnreadItemBackgroundColor">#00ffffff</item> <item name="messageListUnreadItemBackgroundColor">#DCDCDC</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_light</item> <item name="messageListActiveItemBackgroundColor">#ff2ea7d1</item> Loading Loading @@ -200,7 +200,7 @@ <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_dark</item> <item name="messageListSelectedBackgroundColor">#8038B8E2</item> <item name="messageListReadItemBackgroundColor">#00000000</item> <item name="messageListUnreadItemBackgroundColor">#c05a5a5a</item> <item name="messageListUnreadItemBackgroundColor">#2F2F2F</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_dark</item> <item name="messageListActiveItemBackgroundColor">#ff33b5e5</item> Loading app/k9mail/src/main/res/values-night/colors.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <color name="color_message_list_unread_background">#1FFFFFFF</color> <color name="color_message_list_unread_background">#2F2F2F</color> <color name="color_message_list_thread_count_background">#61FFFFFF</color> </resources> No newline at end of file app/k9mail/src/main/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,6 @@ <color name="color_default_gray2">@lineageos.platform:color/color_default_gray2</color> <color name="color_message_list_selected_background">@lineageos.platform:color/color_default_selector_background</color> <color name="color_message_list_unread_background">#1F000000</color> <color name="color_message_list_unread_background">#DCDCDC</color> <color name="color_message_list_thread_count_background">#61000000</color> </resources> No newline at end of file app/k9mail/src/main/res/values/themes.xml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ <item name="textColorSecondaryRecipientDropdown">@color/color_default_secondary_text</item> <item name="messageListSelectedBackgroundColor">@color/color_message_list_selected_background</item> <item name="messageListReadItemBackgroundColor">#c0cdcdcd</item> <item name="messageListUnreadItemBackgroundColor">#00ffffff</item> <item name="messageListUnreadItemBackgroundColor">@color/color_message_list_unread_background</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_light</item> <item name="messageListActiveItemBackgroundColor">@color/color_default_accent</item> Loading app/ui/legacy/src/main/java/com/fsck/k9/fragment/MessageListAdapter.kt +2 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.ImageView import android.widget.TextView import androidx.core.content.ContextCompat import androidx.core.graphics.drawable.DrawableCompat import androidx.core.view.isVisible import com.fsck.k9.FontSizes Loading Loading @@ -256,7 +257,7 @@ class MessageListAdapter internal constructor( selected -> selectedItemBackgroundColor backGroundAsReadIndicator && read -> readItemBackgroundColor backGroundAsReadIndicator && !read -> unreadItemBackgroundColor else -> Color.TRANSPARENT else -> ContextCompat.getColor(view.context, R.color.color_default_background) } view.setBackgroundColor(backgroundColor) Loading Loading
app/k9mail-jmap/src/main/res/values/themes.xml +2 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_light</item> <item name="messageListSelectedBackgroundColor">#8038B8E2</item> <item name="messageListReadItemBackgroundColor">#c0cdcdcd</item> <item name="messageListUnreadItemBackgroundColor">#00ffffff</item> <item name="messageListUnreadItemBackgroundColor">#DCDCDC</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_light</item> <item name="messageListActiveItemBackgroundColor">#ff2ea7d1</item> Loading Loading @@ -200,7 +200,7 @@ <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_dark</item> <item name="messageListSelectedBackgroundColor">#8038B8E2</item> <item name="messageListReadItemBackgroundColor">#00000000</item> <item name="messageListUnreadItemBackgroundColor">#c05a5a5a</item> <item name="messageListUnreadItemBackgroundColor">#2F2F2F</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_dark</item> <item name="messageListActiveItemBackgroundColor">#ff33b5e5</item> Loading
app/k9mail/src/main/res/values-night/colors.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <color name="color_message_list_unread_background">#1FFFFFFF</color> <color name="color_message_list_unread_background">#2F2F2F</color> <color name="color_message_list_thread_count_background">#61FFFFFF</color> </resources> No newline at end of file
app/k9mail/src/main/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,6 @@ <color name="color_default_gray2">@lineageos.platform:color/color_default_gray2</color> <color name="color_message_list_selected_background">@lineageos.platform:color/color_default_selector_background</color> <color name="color_message_list_unread_background">#1F000000</color> <color name="color_message_list_unread_background">#DCDCDC</color> <color name="color_message_list_thread_count_background">#61000000</color> </resources> No newline at end of file
app/k9mail/src/main/res/values/themes.xml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ <item name="textColorSecondaryRecipientDropdown">@color/color_default_secondary_text</item> <item name="messageListSelectedBackgroundColor">@color/color_message_list_selected_background</item> <item name="messageListReadItemBackgroundColor">#c0cdcdcd</item> <item name="messageListUnreadItemBackgroundColor">#00ffffff</item> <item name="messageListUnreadItemBackgroundColor">@color/color_message_list_unread_background</item> <item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item> <item name="messageListThreadCountBackground">@drawable/thread_count_box_light</item> <item name="messageListActiveItemBackgroundColor">@color/color_default_accent</item> Loading
app/ui/legacy/src/main/java/com/fsck/k9/fragment/MessageListAdapter.kt +2 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.ImageView import android.widget.TextView import androidx.core.content.ContextCompat import androidx.core.graphics.drawable.DrawableCompat import androidx.core.view.isVisible import com.fsck.k9.FontSizes Loading Loading @@ -256,7 +257,7 @@ class MessageListAdapter internal constructor( selected -> selectedItemBackgroundColor backGroundAsReadIndicator && read -> readItemBackgroundColor backGroundAsReadIndicator && !read -> unreadItemBackgroundColor else -> Color.TRANSPARENT else -> ContextCompat.getColor(view.context, R.color.color_default_background) } view.setBackgroundColor(backgroundColor) Loading