-
Notifications
You must be signed in to change notification settings - Fork 137
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 #12271 from woocommerce/12223-error-screens-ui-update
[Woo POS] Error screens UI updates
- Loading branch information
Showing
5 changed files
with
98 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="64dp" | ||
android:height="64dp" | ||
android:viewportWidth="64" | ||
android:viewportHeight="64"> | ||
<path | ||
android:pathData="M32,0L32,0A32,32 0,0 1,64 32L64,32A32,32 0,0 1,32 64L32,64A32,32 0,0 1,0 32L0,32A32,32 0,0 1,32 0z" | ||
android:fillColor="#F16618"/> | ||
<path | ||
android:pathData="M31.5,38.722C29.599,38.722 28.624,37.768 28.574,35.86L28.093,16.689C28.068,15.771 28.364,15.01 28.982,14.406C29.624,13.802 30.451,13.5 31.463,13.5C32.451,13.5 33.265,13.814 33.907,14.442C34.574,15.046 34.895,15.807 34.87,16.725L34.315,35.86C34.29,37.768 33.352,38.722 31.5,38.722ZM31.5,50.5C30.414,50.5 29.475,50.138 28.685,49.413C27.895,48.664 27.5,47.77 27.5,46.731C27.5,45.692 27.895,44.811 28.685,44.086C29.475,43.337 30.414,42.962 31.5,42.962C32.586,42.962 33.525,43.325 34.315,44.049C35.105,44.774 35.5,45.668 35.5,46.731C35.5,47.794 35.093,48.688 34.278,49.413C33.488,50.138 32.562,50.5 31.5,50.5Z" | ||
android:fillColor="#ffffff"/> | ||
</vector> |