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:
parent
c3a6e3bd9b
commit
bd767a82dd
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue