-
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.
- Loading branch information
1 parent
36123f2
commit a0c731a
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
core/designresource/src/main/res/drawable/ic_add_question.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="40dp" | ||
android:height="40dp" | ||
android:viewportWidth="40" | ||
android:viewportHeight="40"> | ||
<path | ||
android:pathData="M29.32,0C36.12,0 40,3.84 40,10.66V29.34C40,36.12 36.14,40 29.34,40H10.66C3.84,40 0,36.12 0,29.34V10.66C0,3.84 3.84,0 10.66,0H29.32ZM19.98,11.02C19.06,11.02 18.32,11.76 18.32,12.68V18.32H12.66C12.22,18.32 11.8,18.5 11.48,18.8C11.18,19.12 11,19.538 11,19.98C11,20.9 11.74,21.64 12.66,21.66H18.32V27.32C18.32,28.24 19.06,28.98 19.98,28.98C20.9,28.98 21.64,28.24 21.64,27.32V21.66H27.32C28.24,21.64 28.98,20.9 28.98,19.98C28.98,19.06 28.24,18.32 27.32,18.32H21.64V12.68C21.64,11.76 20.9,11.02 19.98,11.02Z" | ||
android:fillColor="#FBCF34"/> | ||
</vector> |
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
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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="15dp" | ||
android:height="15dp" | ||
android:viewportWidth="15" | ||
android:viewportHeight="15"> | ||
<path | ||
android:pathData="M15,1.511L13.489,0L7.5,5.989L1.511,0L0,1.511L5.989,7.5L0,13.489L1.511,15L7.5,9.011L13.489,15L15,13.489L9.011,7.5L15,1.511Z" | ||
android:fillColor="#ffffff"/> | ||
</vector> |