Skip to content

Commit

Permalink
Add tint to checkmark in ContactNameEditActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Aug 2, 2021
1 parent 3b8eac0 commit a994712
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_check_24_tinted.xml
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/signal_icon_tint_primary"
android:pathData="M9.172,18.5l-6.188,-6.187l1.061,-1.061l5.127,5.127l10.783,-10.784l1.061,1.061l-11.844,11.844z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_contact_name_edit.xml
Expand Up @@ -14,7 +14,7 @@
android:theme="?attr/actionBarStyle"
android:minHeight="?attr/actionBarSize"
android:elevation="4dp"
app:navigationIcon="@drawable/ic_check_24" />
app:navigationIcon="@drawable/ic_check_24_tinted" />

<ScrollView
android:layout_width="match_parent"
Expand Down

0 comments on commit a994712

Please sign in to comment.