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

Commit 8988b85e authored by cketti's avatar cketti
Browse files

Make color of the selection check mark part of the theme

parent b8900fc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  <path
      android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
      android:strokeWidth="1"
      android:fillColor="#1976d2"
      android:fillColor="?attr/messageListSelectedCheckMarkColor"
      android:strokeColor="#00000000"/>
  <path
      android:pathData="m16.795,23.875 l-4.17,-4.17 -1.42,1.41 5.59,5.59 12,-12 -1.41,-1.41z"
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@
        <attr name="textColorPrimaryRecipientDropdown" format="reference" />
        <attr name="textColorSecondaryRecipientDropdown" format="reference" />
        <attr name="backgroundColorChooseAccountHeader" format="color" />
        <attr name="messageListSelectedCheckMarkColor" format="reference|color"/>
        <attr name="messageListSelectedBackgroundColor" format="reference|color"/>
        <attr name="messageListRegularItemBackgroundColor" format="reference|color"/>
        <attr name="messageListReadItemBackgroundColor" format="reference|color"/>
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@
        <item name="iconSettingsImportStatus">@drawable/ic_import_status</item>
        <item name="textColorPrimaryRecipientDropdown">@android:color/primary_text_light</item>
        <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_light</item>
        <item name="messageListSelectedCheckMarkColor">#ff1976d2</item>
        <item name="messageListSelectedBackgroundColor">#ff99d9ee</item>
        <item name="messageListRegularItemBackgroundColor">?android:attr/windowBackground</item>
        <item name="messageListReadItemBackgroundColor">#ffd8d8d8</item>
@@ -240,6 +241,7 @@
        <item name="iconSettingsImportStatus">@drawable/ic_import_status</item>
        <item name="textColorPrimaryRecipientDropdown">@android:color/primary_text_dark</item>
        <item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_dark</item>
        <item name="messageListSelectedCheckMarkColor">#ff1976d2</item>
        <item name="messageListSelectedBackgroundColor">#ff347489</item>
        <item name="messageListRegularItemBackgroundColor">?android:attr/windowBackground</item>
        <item name="messageListReadItemBackgroundColor">?attr/messageListRegularItemBackgroundColor</item>