-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(capture-sdk): Add icon for photo picker
PP-198
- Loading branch information
jackkray
committed
Jul 22, 2024
1 parent
09e732a
commit 2120422
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
capture-sdk/sdk/src/main/res/drawable/gc_photo_picker_app_icon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="48dp" | ||
android:height="48dp" | ||
android:viewportWidth="48" | ||
android:viewportHeight="48"> | ||
<path | ||
android:pathData="M24,24m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0" | ||
android:fillColor="#5BAAC9"/> | ||
<path | ||
android:pathData="M31,15H17C15.895,15 15,15.895 15,17V31C15,32.105 15.895,33 17,33H31C32.105,33 33,32.105 33,31V17C33,15.895 32.105,15 31,15Z" | ||
android:strokeLineJoin="round" | ||
android:strokeWidth="2" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#FAFAFA" | ||
android:strokeLineCap="round"/> | ||
<path | ||
android:pathData="M20.5,22C21.328,22 22,21.328 22,20.5C22,19.672 21.328,19 20.5,19C19.672,19 19,19.672 19,20.5C19,21.328 19.672,22 20.5,22Z" | ||
android:strokeLineJoin="round" | ||
android:strokeWidth="2" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#FAFAFA" | ||
android:strokeLineCap="round"/> | ||
<path | ||
android:pathData="M33,27L28,22L17,33" | ||
android:strokeLineJoin="round" | ||
android:strokeWidth="2" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#FAFAFA" | ||
android:strokeLineCap="round"/> | ||
</vector> |