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 feedback
This commit is contained in:
parent
19783c5aed
commit
8d7f879a8f
4 changed files with 30 additions and 13 deletions
8
app/src/main/res/drawable/ic_check_circle.xml
Normal file
8
app/src/main/res/drawable/ic_check_circle.xml
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue