-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD - danger link button #ANDROID-14534 (#343)
* ADD - danger link button, both small and inverse variants. Also small link and inverse small link variants added #ANDROID-14534 * ADD - new styles and layouts to ButtonTest #ANDROID-14534 * Updated screenshots baseline * Trigger github actions * Move layouts from library module to library-test-utils #ANDROID-14534 * Remove chevron from danger link #ANDROID-14534 * Fix background color #ANDROID-14534 --------- Co-authored-by: juangardi21 <[email protected]>
- Loading branch information
1 parent
6aecf64
commit d73c863
Showing
304 changed files
with
290 additions
and
10 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
6 changes: 6 additions & 0 deletions
6
library-test-utils/src/main/res/layout/danger_link_button.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.DangerLinkButton" | ||
/> |
6 changes: 6 additions & 0 deletions
6
library-test-utils/src/main/res/layout/danger_link_button_inverse.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.DangerLinkButtonInverse" | ||
/> |
6 changes: 6 additions & 0 deletions
6
library-test-utils/src/main/res/layout/danger_link_small_button.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.DangerLinkButton.Small" | ||
/> |
6 changes: 6 additions & 0 deletions
6
library-test-utils/src/main/res/layout/danger_link_small_button_inverse.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.DangerLinkButtonInverse.Small" | ||
/> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.LinkButton.Small" | ||
/> |
6 changes: 6 additions & 0 deletions
6
library-test-utils/src/main/res/layout/link_small_button_inverse.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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<com.telefonica.mistica.button.Button xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
style="@style/AppTheme.Button.LinkButtonInverse.Small" | ||
/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.27 KB
library/screenshots/Button_DANGER_LINK_INVERSE_BlauBrand_icon_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.47 KB
library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.58 KB
library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.39 KB
library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_icon_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.73 KB
library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.81 KB
library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.64 KB
library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_icon_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+5.32 KB
library/screenshots/Button_DANGER_LINK_INVERSE_VivoBrand_icon_dark.png
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.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.48 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.87 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.12 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.1 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.62 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.58 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.23 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.61 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.81 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.21 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.22 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.75 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.74 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.35 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.87 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.84 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+5.49 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.54 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.86 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.17 KB
library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.81 KB
library/screenshots/Button_DANGER_LINK_SMALL_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.26 KB
library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.74 KB
library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+3.83 KB
library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_icon_dark.png
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.
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.
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.
Binary file added
BIN
+3.88 KB
library/screenshots/Button_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+635 Bytes
library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+3.93 KB
library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.38 KB
library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+635 Bytes
library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png
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.
Binary file added
BIN
+3.84 KB
library/screenshots/Button_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png
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.
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.
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.
Binary file added
BIN
+4.33 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_BlauBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.2 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.48 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_O2Brand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.89 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.97 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_TuBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.4 KB
library/screenshots/XMLButton_DANGER_LINK_INVERSE_VivoBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.48 KB
library/screenshots/XMLButton_DANGER_LINK_MovistarBrand_icon_dark.png
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.
Binary file added
BIN
+4.33 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_BlauBrand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.97 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.81 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.49 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.33 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.72 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.2 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.48 KB
...ary/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.91 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_icon_dark.png
Oops, something went wrong.
Binary file added
BIN
+3.89 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand.png
Oops, something went wrong.
Binary file added
BIN
+3.97 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
...y/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.86 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.52 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.87 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.4 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.2 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.48 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.44 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_O2Brand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.97 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_TuBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.4 KB
library/screenshots/XMLButton_DANGER_LINK_SMALL_VivoBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
library/screenshots/XMLButton_DANGER_LINK_TelefonicaBrand_icon_dark.png
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.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.58 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.55 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.52 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_O2Brand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.09 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png
Oops, something went wrong.
Binary file added
BIN
+4.66 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.58 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_TuBrand_icon_dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.52 KB
library/screenshots/XMLButton_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png
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.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+2.71 KB
library/screenshots/XMLButton_LINK_SMALL_TelefonicaBrand_icon_dark.png
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
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
Oops, something went wrong.