-
Notifications
You must be signed in to change notification settings - Fork 224
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
Showing
6 changed files
with
301 additions
and
64 deletions.
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
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
9 changes: 9 additions & 0 deletions
9
modules/services/images/src/main/res/drawable/ic_chevron_small_right.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="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#FF00FF" | ||
android:pathData="M9.793,7.293C10.183,6.902 10.817,6.902 11.207,7.293L15.914,12L11.207,16.707C10.817,17.098 10.183,17.098 9.793,16.707C9.402,16.317 9.402,15.683 9.793,15.293L13.086,12L9.793,8.707C9.402,8.317 9.402,7.683 9.793,7.293Z" /> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
modules/services/images/src/main/res/drawable/ic_different_plan.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="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#FF00FF" | ||
android:pathData="M12.621,2.793C13.012,3.183 13.012,3.817 12.621,4.207L10.828,6H12C16.418,6 20,9.582 20,14C20,18.418 16.418,22 12,22C7.582,22 4,18.418 4,14C4,13.448 4.448,13 5,13C5.552,13 6,13.448 6,14C6,17.314 8.686,20 12,20C15.314,20 18,17.314 18,14C18,10.686 15.314,8 12,8H10.828L12.621,9.793C13.012,10.183 13.012,10.817 12.621,11.207C12.231,11.598 11.598,11.598 11.207,11.207L7,7L11.207,2.793C11.598,2.402 12.231,2.402 12.621,2.793Z" /> | ||
</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
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="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#FF00FF" | ||
android:pathData="M3,10.5C3,7.118 5.822,4.5 9.148,4.5C10.301,4.5 11.269,4.938 12,5.457C12.731,4.938 13.699,4.5 14.852,4.5C18.178,4.5 21,7.118 21,10.5C21,11.792 20.504,12.966 19.915,13.922C19.317,14.892 18.536,15.78 17.758,16.543C16.202,18.069 14.457,19.285 13.609,19.845C12.63,20.49 11.37,20.49 10.391,19.845C9.543,19.285 7.798,18.069 6.242,16.543C5.464,15.78 4.683,14.892 4.085,13.922C3.496,12.966 3,11.792 3,10.5ZM11.492,18.175C11.803,18.38 12.197,18.38 12.508,18.175C14.118,17.113 19,13.635 19,10.5C19,8.291 17.143,6.5 14.852,6.5C13.907,6.5 13.091,7.048 12.552,7.611C12.278,7.898 11.722,7.898 11.448,7.611C10.909,7.048 10.093,6.5 9.148,6.5C6.857,6.5 5,8.291 5,10.5C5,13.635 9.882,17.113 11.492,18.175Z" /> | ||
</vector> |
Oops, something went wrong.