Loading app/ui/legacy/src/main/res/drawable/ic_check_circle_large.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading app/ui/legacy/src/main/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading app/ui/legacy/src/main/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading Loading
app/ui/legacy/src/main/res/drawable/ic_check_circle_large.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
app/ui/legacy/src/main/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading
app/ui/legacy/src/main/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading