Verification shield should be green, independent of accent color

https://github.com/SchildiChat/SchildiChat-android/issues/97

Change-Id: I650beda71b9f06f1c40a06a128972ffa70185d25
This commit is contained in:
SpiritCroc 2021-11-12 11:06:33 +01:00
parent c3a6e3bd9b
commit bd767a82dd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
android:strokeWidth="1"
android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z"
android:strokeLineJoin="round"
android:fillColor="?attr/colorAccent"
android:fillColor="?attr/vctr_encrypting_message_text_color"
android:fillType="evenOdd"
android:strokeColor="#ffffff"
android:strokeLineCap="round"/>

View File

@ -7,7 +7,7 @@
android:strokeWidth="1"
android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z"
android:strokeLineJoin="round"
android:fillColor="?attr/colorAccent"
android:fillColor="?attr/vctr_encrypting_message_text_color"
android:fillType="evenOdd"
android:strokeColor="#ffffff"
android:strokeLineCap="round"/>