add checkmark to verified links and better constraints to account fields (#922)
* add checkmark to verified links and better constraints to account fields * address pr feedbackmain
parent
aac934cf56
commit
8ce4c697ce
@ -0,0 +1,8 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:height="18dp" |
||||
android:width="18dp" |
||||
android:viewportWidth="24" |
||||
android:viewportHeight="24"> |
||||
<path android:fillColor="@color/color_accent_dark" android:pathData="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,16.5L18,9.5L16.59,8.09L11,13.67L7.91,10.59L6.5,12L11,16.5Z" /> |
||||
</vector> |
Loading…
Reference in new issue