Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/canary' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Jun 12, 2024
2 parents d4a4450 + 0427246 commit b633590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?attr/colorPrimary"
android:fillColor="@color/launcher_accent"
android:pathData="M18,6.7l-8.5,8.5l-3.5,-3.5c-0.4,-0.4 -1,-0.4 -1.4,0l0,0c-0.4,0.4 -0.4,1 0,1.4l4.2,4.2c0.4,0.4 1,0.4 1.4,0l9.2,-9.2c0.4,-0.4 0.4,-1 0,-1.4l0,0C19,6.3 18.4,6.3 18,6.7z" />
</vector>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_splash_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
android:layout_width="32dp"
android:layout_height="32dp"
android:indeterminate="true"
android:indeterminateTint="?attr/colorPrimary"
android:indeterminateTint="@color/launcher_accent"
android:indeterminateTintMode="src_atop" />

<com.google.android.material.textview.MaterialTextView
Expand Down Expand Up @@ -82,7 +82,7 @@
android:layout_width="32dp"
android:layout_height="32dp"
android:indeterminate="true"
android:indeterminateTint="?attr/colorPrimary"
android:indeterminateTint="@color/launcher_accent"
android:indeterminateTintMode="src_atop" />

<com.google.android.material.textview.MaterialTextView
Expand Down

0 comments on commit b633590

Please sign in to comment.