-
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.
New version 3.0.0. Rebranded example to cm style
- Loading branch information
eduardo.alonso
authored and
eduardo.alonso
committed
Jan 11, 2023
1 parent
2be73f8
commit a6e46f5
Showing
279 changed files
with
7,384 additions
and
3,632 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:pathData="M21,4C21.552,4 22,4.448 22,5L22,5L22,19C22,19.552 21.552,20 21,20L21,20L9.46,20C8.876,20 8.321,19.745 7.941,19.302L7.941,19.302L2.241,12.651C1.92,12.276 1.92,11.724 2.241,11.349L2.241,11.349L7.941,4.698C8.321,4.255 8.876,4 9.46,4L9.46,4ZM20,6L9.46,6L4.317,12L9.46,18L20,18L20,6ZM12.586,9.172L14,10.586L15.414,9.172C15.805,8.781 16.438,8.781 16.828,9.172C17.219,9.562 17.219,10.195 16.828,10.586L15.414,12L16.828,13.414C17.219,13.805 17.219,14.438 16.828,14.828C16.438,15.219 15.805,15.219 15.414,14.828L14,13.414L12.586,14.828C12.195,15.219 11.562,15.219 11.172,14.828C10.781,14.438 10.781,13.805 11.172,13.414L12.586,12L11.172,10.586C10.781,10.195 10.781,9.562 11.172,9.172C11.562,8.781 12.195,8.781 12.586,9.172Z" | ||
android:strokeWidth="1" | ||
android:fillColor="#0074E8" | ||
android:fillType="evenOdd" | ||
android:strokeColor="#00000000"/> | ||
</vector> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
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,7 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="primaryColor">#0077BA</color> | ||
<color name="successGreen">#509ED8</color> | ||
<color name="warningYellow">#F1E435</color> | ||
<color name="errorRed">#DA420F</color> | ||
<color name="green">#509ED8</color> | ||
<color name="yellow">#F1E435</color> | ||
<color name="red">#DA420F</color> | ||
|
||
<color name="backspace_button">@color/blue_100</color> | ||
<color name="progress_bar">@color/blue_100</color> | ||
</resources> |
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,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="Keypad.BackspaceButton" parent="Widget.Material3.Button.TextButton"> | ||
<item name="android:background">@null</item> | ||
<item name="srcCompat">@drawable/ic_backspace</item> | ||
<item name="iconTint">@color/blue_100</item> | ||
<item name="iconSize">25dp</item> | ||
<item name="iconGravity">textStart</item> | ||
</style> | ||
</resources> |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Oops, something went wrong.