-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from Spendesk/release/1.7.1
Release/1.7.1
- Loading branch information
Showing
7 changed files
with
107 additions
and
16 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
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
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="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:pathData="M20.542,18.421C20.932,18.798 21.088,19.355 20.951,19.88C20.814,20.404 20.404,20.814 19.88,20.951C19.355,21.088 18.798,20.932 18.421,20.542L11.982,14.103L5.542,20.542C4.953,21.111 4.018,21.102 3.439,20.524C2.861,19.945 2.853,19.01 3.421,18.421L9.861,11.982L3.421,5.542C2.853,4.953 2.861,4.018 3.439,3.439C4.018,2.861 4.953,2.853 5.542,3.421L11.982,9.861L18.421,3.421C19.01,2.853 19.945,2.861 20.524,3.439C21.102,4.018 21.111,4.953 20.542,5.542L14.103,11.982L20.542,18.421Z" | ||
android:fillColor="#17114E"/> | ||
</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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="grapes_top_app_bar_back_icon_description">Back</string> | ||
<string name="grapes_top_app_bar_close_icon_description">Close</string> | ||
<string name="grapes_top_app_bar_more_icon_description">More</string> | ||
|
||
</resources> |