-
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.
fix(Android): Error banner UI polish
- Loading branch information
Brandon Rodriguez
authored and
Brandon Rodriguez
committed
Jan 10, 2025
1 parent
e05b6c0
commit 693c6f2
Showing
5 changed files
with
79 additions
and
19 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
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="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:pathData="M762,876 L414,526q-31,7 -59.5,19T301,574q-21,14 -46.5,14.5T212,571q-18,-18 -16.5,-43.5T217,487q23,-17 48.5,-31t52.5,-26l-90,-90q-26,14 -50.5,29.5T130,403q-20,16 -45.5,16T42,401q-18,-18 -17,-43t21,-41q22,-18 45,-34.5t49,-30.5l-56,-56q-11,-11 -11,-28t11,-28q11,-11 28,-11t28,11l679,679q12,12 12,28.5T819,876q-12,11 -28.5,11.5T762,876ZM480,840q-42,0 -71,-29.5T380,740q0,-42 29,-71t71,-29q42,0 71,29t29,71q0,41 -29,70.5T480,840ZM753,565q-16,16 -37.5,15.5T678,564l-10,-10 -10,-10 -96,-96q-13,-13 -5,-27t28,-9q45,11 85.5,31t75.5,47q18,14 20.5,36.5T753,565ZM918,401q-17,18 -42,18.5T831,404q-72,-59 -161.5,-91.5T480,280q-21,0 -40.5,1.5T400,286q-25,4 -45,-10.5T331,236q-4,-25 11,-45t40,-24q24,-4 48.5,-5.5T480,160q125,0 235.5,41.5T914,316q20,17 21,42t-17,43Z" | ||
android:fillColor="#e8eaed"/> | ||
</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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<plurals name="updated_mins_ago" tools:ignore="MissingTranslation"> | ||
<item quantity="one">Updated %d minute ago</item> | ||
<item quantity="other">Updated %d minutes ago</item> | ||
</plurals> | ||
</resources> |