From d73c8631e1017086dfb159362a66029c7263ca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Garc=C3=ADa?= Date: Thu, 25 Apr 2024 10:01:27 +0200 Subject: [PATCH] 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 --- .../components/ButtonsCatalogFragment.kt | 8 +- .../catalog/ui/compose/components/Buttons.kt | 4 +- .../res/layout/screen_buttons_catalog.xml | 132 +++++++++++++++++- .../main/res/layout/danger_link_button.xml | 6 + .../res/layout/danger_link_button_inverse.xml | 6 + .../res/layout/danger_link_small_button.xml | 6 + .../danger_link_small_button_inverse.xml | 6 + .../src/main/res/layout/link_small_button.xml | 6 + .../res/layout/link_small_button_inverse.xml | 6 + .../Button_DANGER_LINK_BlauBrand.png | Bin 0 -> 4069 bytes .../Button_DANGER_LINK_BlauBrand_dark.png | Bin 0 -> 3874 bytes .../Button_DANGER_LINK_BlauBrand_icon.png | Bin 0 -> 5051 bytes ...Button_DANGER_LINK_BlauBrand_icon_dark.png | Bin 0 -> 4871 bytes .../Button_DANGER_LINK_INVERSE_BlauBrand.png | Bin 0 -> 4069 bytes ...ton_DANGER_LINK_INVERSE_BlauBrand_dark.png | Bin 0 -> 4424 bytes ...ton_DANGER_LINK_INVERSE_BlauBrand_icon.png | Bin 0 -> 5051 bytes ...ANGER_LINK_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 5395 bytes ...tton_DANGER_LINK_INVERSE_MovistarBrand.png | Bin 0 -> 3777 bytes ...DANGER_LINK_INVERSE_MovistarBrand_dark.png | Bin 0 -> 4579 bytes ...DANGER_LINK_INVERSE_MovistarBrand_icon.png | Bin 0 -> 4691 bytes ...R_LINK_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 5515 bytes .../Button_DANGER_LINK_INVERSE_O2Brand.png | Bin 0 -> 4012 bytes ...utton_DANGER_LINK_INVERSE_O2Brand_dark.png | Bin 0 -> 4563 bytes ...utton_DANGER_LINK_INVERSE_O2Brand_icon.png | Bin 0 -> 5005 bytes ..._DANGER_LINK_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 5520 bytes ...on_DANGER_LINK_INVERSE_TelefonicaBrand.png | Bin 0 -> 3971 bytes ...NGER_LINK_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 4848 bytes ...NGER_LINK_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 4925 bytes ...LINK_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 5772 bytes .../Button_DANGER_LINK_INVERSE_TuBrand.png | Bin 0 -> 4054 bytes ...utton_DANGER_LINK_INVERSE_TuBrand_dark.png | Bin 0 -> 6556 bytes ...utton_DANGER_LINK_INVERSE_TuBrand_icon.png | Bin 0 -> 5031 bytes ..._DANGER_LINK_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 7427 bytes .../Button_DANGER_LINK_INVERSE_VivoBrand.png | Bin 0 -> 4038 bytes ...ton_DANGER_LINK_INVERSE_VivoBrand_dark.png | Bin 0 -> 4486 bytes ...ton_DANGER_LINK_INVERSE_VivoBrand_icon.png | Bin 0 -> 5058 bytes ...ANGER_LINK_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 5446 bytes .../Button_DANGER_LINK_MovistarBrand.png | Bin 0 -> 3777 bytes .../Button_DANGER_LINK_MovistarBrand_dark.png | Bin 0 -> 3963 bytes .../Button_DANGER_LINK_MovistarBrand_icon.png | Bin 0 -> 4691 bytes ...on_DANGER_LINK_MovistarBrand_icon_dark.png | Bin 0 -> 4977 bytes .../Button_DANGER_LINK_O2Brand.png | Bin 0 -> 4012 bytes .../Button_DANGER_LINK_O2Brand_dark.png | Bin 0 -> 3956 bytes .../Button_DANGER_LINK_O2Brand_icon.png | Bin 0 -> 5005 bytes .../Button_DANGER_LINK_O2Brand_icon_dark.png | Bin 0 -> 5010 bytes .../Button_DANGER_LINK_SMALL_BlauBrand.png | Bin 0 -> 3384 bytes ...utton_DANGER_LINK_SMALL_BlauBrand_dark.png | Bin 0 -> 3236 bytes ...utton_DANGER_LINK_SMALL_BlauBrand_icon.png | Bin 0 -> 3963 bytes ..._DANGER_LINK_SMALL_BlauBrand_icon_dark.png | Bin 0 -> 3832 bytes ...on_DANGER_LINK_SMALL_INVERSE_BlauBrand.png | Bin 0 -> 3384 bytes ...NGER_LINK_SMALL_INVERSE_BlauBrand_dark.png | Bin 0 -> 3561 bytes ...NGER_LINK_SMALL_INVERSE_BlauBrand_icon.png | Bin 0 -> 3963 bytes ...LINK_SMALL_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 4218 bytes ...ANGER_LINK_SMALL_INVERSE_MovistarBrand.png | Bin 0 -> 3170 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_dark.png | Bin 0 -> 3710 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_icon.png | Bin 0 -> 3665 bytes ..._SMALL_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 4332 bytes ...tton_DANGER_LINK_SMALL_INVERSE_O2Brand.png | Bin 0 -> 3346 bytes ...DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png | Bin 0 -> 3697 bytes ...DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png | Bin 0 -> 3902 bytes ...R_LINK_SMALL_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 4311 bytes ...GER_LINK_SMALL_INVERSE_TelefonicaBrand.png | Bin 0 -> 3297 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 3838 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 3832 bytes ...MALL_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 4458 bytes ...tton_DANGER_LINK_SMALL_INVERSE_TuBrand.png | Bin 0 -> 3387 bytes ...DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png | Bin 0 -> 4986 bytes ...DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png | Bin 0 -> 3932 bytes ...R_LINK_SMALL_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 5618 bytes ...on_DANGER_LINK_SMALL_INVERSE_VivoBrand.png | Bin 0 -> 3379 bytes ...NGER_LINK_SMALL_INVERSE_VivoBrand_dark.png | Bin 0 -> 3626 bytes ...NGER_LINK_SMALL_INVERSE_VivoBrand_icon.png | Bin 0 -> 3951 bytes ...LINK_SMALL_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 4269 bytes ...Button_DANGER_LINK_SMALL_MovistarBrand.png | Bin 0 -> 3170 bytes ...n_DANGER_LINK_SMALL_MovistarBrand_dark.png | Bin 0 -> 3333 bytes ...n_DANGER_LINK_SMALL_MovistarBrand_icon.png | Bin 0 -> 3665 bytes ...GER_LINK_SMALL_MovistarBrand_icon_dark.png | Bin 0 -> 3899 bytes .../Button_DANGER_LINK_SMALL_O2Brand.png | Bin 0 -> 3346 bytes .../Button_DANGER_LINK_SMALL_O2Brand_dark.png | Bin 0 -> 3318 bytes .../Button_DANGER_LINK_SMALL_O2Brand_icon.png | Bin 0 -> 3902 bytes ...on_DANGER_LINK_SMALL_O2Brand_icon_dark.png | Bin 0 -> 3896 bytes ...tton_DANGER_LINK_SMALL_TelefonicaBrand.png | Bin 0 -> 3297 bytes ...DANGER_LINK_SMALL_TelefonicaBrand_dark.png | Bin 0 -> 3343 bytes ...DANGER_LINK_SMALL_TelefonicaBrand_icon.png | Bin 0 -> 3832 bytes ...R_LINK_SMALL_TelefonicaBrand_icon_dark.png | Bin 0 -> 3919 bytes .../Button_DANGER_LINK_SMALL_TuBrand.png | Bin 0 -> 3387 bytes .../Button_DANGER_LINK_SMALL_TuBrand_dark.png | Bin 0 -> 3268 bytes .../Button_DANGER_LINK_SMALL_TuBrand_icon.png | Bin 0 -> 3932 bytes ...on_DANGER_LINK_SMALL_TuBrand_icon_dark.png | Bin 0 -> 3843 bytes .../Button_DANGER_LINK_SMALL_VivoBrand.png | Bin 0 -> 3379 bytes ...utton_DANGER_LINK_SMALL_VivoBrand_dark.png | Bin 0 -> 3266 bytes ...utton_DANGER_LINK_SMALL_VivoBrand_icon.png | Bin 0 -> 3951 bytes ..._DANGER_LINK_SMALL_VivoBrand_icon_dark.png | Bin 0 -> 3864 bytes .../Button_DANGER_LINK_TelefonicaBrand.png | Bin 0 -> 3971 bytes ...utton_DANGER_LINK_TelefonicaBrand_dark.png | Bin 0 -> 4020 bytes ...utton_DANGER_LINK_TelefonicaBrand_icon.png | Bin 0 -> 4925 bytes ..._DANGER_LINK_TelefonicaBrand_icon_dark.png | Bin 0 -> 5006 bytes .../Button_DANGER_LINK_TuBrand.png | Bin 0 -> 4054 bytes .../Button_DANGER_LINK_TuBrand_dark.png | Bin 0 -> 3904 bytes .../Button_DANGER_LINK_TuBrand_icon.png | Bin 0 -> 5031 bytes .../Button_DANGER_LINK_TuBrand_icon_dark.png | Bin 0 -> 4896 bytes .../Button_DANGER_LINK_VivoBrand.png | Bin 0 -> 4038 bytes .../Button_DANGER_LINK_VivoBrand_dark.png | Bin 0 -> 3899 bytes .../Button_DANGER_LINK_VivoBrand_icon.png | Bin 0 -> 5058 bytes ...Button_DANGER_LINK_VivoBrand_icon_dark.png | Bin 0 -> 4911 bytes .../Button_LINK_SMALL_BlauBrand.png | Bin 0 -> 3354 bytes .../Button_LINK_SMALL_BlauBrand_dark.png | Bin 0 -> 3401 bytes .../Button_LINK_SMALL_BlauBrand_icon.png | Bin 0 -> 3920 bytes .../Button_LINK_SMALL_BlauBrand_icon_dark.png | Bin 0 -> 3973 bytes .../Button_LINK_SMALL_INVERSE_BlauBrand.png | Bin 0 -> 700 bytes ...tton_LINK_SMALL_INVERSE_BlauBrand_dark.png | Bin 0 -> 3401 bytes ...tton_LINK_SMALL_INVERSE_BlauBrand_icon.png | Bin 0 -> 635 bytes ...LINK_SMALL_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 3973 bytes ...utton_LINK_SMALL_INVERSE_MovistarBrand.png | Bin 0 -> 700 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_dark.png | Bin 0 -> 3419 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_icon.png | Bin 0 -> 635 bytes ..._SMALL_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 4023 bytes .../Button_LINK_SMALL_INVERSE_O2Brand.png | Bin 0 -> 700 bytes ...Button_LINK_SMALL_INVERSE_O2Brand_dark.png | Bin 0 -> 3358 bytes ...Button_LINK_SMALL_INVERSE_O2Brand_icon.png | Bin 0 -> 635 bytes ...n_LINK_SMALL_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 3935 bytes ...ton_LINK_SMALL_INVERSE_TelefonicaBrand.png | Bin 0 -> 700 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 3465 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 635 bytes ...MALL_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 4047 bytes .../Button_LINK_SMALL_INVERSE_TuBrand.png | Bin 0 -> 700 bytes ...Button_LINK_SMALL_INVERSE_TuBrand_dark.png | Bin 0 -> 3398 bytes ...Button_LINK_SMALL_INVERSE_TuBrand_icon.png | Bin 0 -> 635 bytes ...n_LINK_SMALL_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 3990 bytes .../Button_LINK_SMALL_INVERSE_VivoBrand.png | Bin 0 -> 700 bytes ...tton_LINK_SMALL_INVERSE_VivoBrand_dark.png | Bin 0 -> 3365 bytes ...tton_LINK_SMALL_INVERSE_VivoBrand_icon.png | Bin 0 -> 635 bytes ...LINK_SMALL_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 3936 bytes .../Button_LINK_SMALL_MovistarBrand.png | Bin 0 -> 3280 bytes .../Button_LINK_SMALL_MovistarBrand_dark.png | Bin 0 -> 3419 bytes .../Button_LINK_SMALL_MovistarBrand_icon.png | Bin 0 -> 3853 bytes ...ton_LINK_SMALL_MovistarBrand_icon_dark.png | Bin 0 -> 4023 bytes .../screenshots/Button_LINK_SMALL_O2Brand.png | Bin 0 -> 3388 bytes .../Button_LINK_SMALL_O2Brand_dark.png | Bin 0 -> 3358 bytes .../Button_LINK_SMALL_O2Brand_icon.png | Bin 0 -> 3991 bytes .../Button_LINK_SMALL_O2Brand_icon_dark.png | Bin 0 -> 3935 bytes .../Button_LINK_SMALL_TelefonicaBrand.png | Bin 0 -> 3228 bytes ...Button_LINK_SMALL_TelefonicaBrand_dark.png | Bin 0 -> 3465 bytes ...Button_LINK_SMALL_TelefonicaBrand_icon.png | Bin 0 -> 3741 bytes ...n_LINK_SMALL_TelefonicaBrand_icon_dark.png | Bin 0 -> 4047 bytes .../screenshots/Button_LINK_SMALL_TuBrand.png | Bin 0 -> 3085 bytes .../Button_LINK_SMALL_TuBrand_dark.png | Bin 0 -> 3398 bytes .../Button_LINK_SMALL_TuBrand_icon.png | Bin 0 -> 3565 bytes .../Button_LINK_SMALL_TuBrand_icon_dark.png | Bin 0 -> 3990 bytes .../Button_LINK_SMALL_VivoBrand.png | Bin 0 -> 3402 bytes .../Button_LINK_SMALL_VivoBrand_dark.png | Bin 0 -> 3365 bytes .../Button_LINK_SMALL_VivoBrand_icon.png | Bin 0 -> 3977 bytes .../Button_LINK_SMALL_VivoBrand_icon_dark.png | Bin 0 -> 3936 bytes .../XMLButton_DANGER_LINK_BlauBrand.png | Bin 0 -> 4068 bytes .../XMLButton_DANGER_LINK_BlauBrand_dark.png | Bin 0 -> 3901 bytes .../XMLButton_DANGER_LINK_BlauBrand_icon.png | Bin 0 -> 4598 bytes ...Button_DANGER_LINK_BlauBrand_icon_dark.png | Bin 0 -> 4439 bytes ...MLButton_DANGER_LINK_INVERSE_BlauBrand.png | Bin 0 -> 4068 bytes ...ton_DANGER_LINK_INVERSE_BlauBrand_dark.png | Bin 0 -> 3901 bytes ...ton_DANGER_LINK_INVERSE_BlauBrand_icon.png | Bin 0 -> 4598 bytes ...ANGER_LINK_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 4439 bytes ...tton_DANGER_LINK_INVERSE_MovistarBrand.png | Bin 0 -> 3807 bytes ...DANGER_LINK_INVERSE_MovistarBrand_dark.png | Bin 0 -> 4046 bytes ...DANGER_LINK_INVERSE_MovistarBrand_icon.png | Bin 0 -> 4304 bytes ...R_LINK_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 4590 bytes .../XMLButton_DANGER_LINK_INVERSE_O2Brand.png | Bin 0 -> 4027 bytes ...utton_DANGER_LINK_INVERSE_O2Brand_dark.png | Bin 0 -> 4005 bytes ...utton_DANGER_LINK_INVERSE_O2Brand_icon.png | Bin 0 -> 4548 bytes ..._DANGER_LINK_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 4551 bytes ...on_DANGER_LINK_INVERSE_TelefonicaBrand.png | Bin 0 -> 3986 bytes ...NGER_LINK_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 4069 bytes ...NGER_LINK_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 4497 bytes ...LINK_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 4608 bytes .../XMLButton_DANGER_LINK_INVERSE_TuBrand.png | Bin 0 -> 4102 bytes ...utton_DANGER_LINK_INVERSE_TuBrand_dark.png | Bin 0 -> 3952 bytes ...utton_DANGER_LINK_INVERSE_TuBrand_icon.png | Bin 0 -> 4626 bytes ..._DANGER_LINK_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 4496 bytes ...MLButton_DANGER_LINK_INVERSE_VivoBrand.png | Bin 0 -> 4096 bytes ...ton_DANGER_LINK_INVERSE_VivoBrand_dark.png | Bin 0 -> 3961 bytes ...ton_DANGER_LINK_INVERSE_VivoBrand_icon.png | Bin 0 -> 4609 bytes ...ANGER_LINK_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 4510 bytes .../XMLButton_DANGER_LINK_MovistarBrand.png | Bin 0 -> 3807 bytes ...LButton_DANGER_LINK_MovistarBrand_dark.png | Bin 0 -> 4046 bytes ...LButton_DANGER_LINK_MovistarBrand_icon.png | Bin 0 -> 4304 bytes ...on_DANGER_LINK_MovistarBrand_icon_dark.png | Bin 0 -> 4590 bytes .../XMLButton_DANGER_LINK_O2Brand.png | Bin 0 -> 4027 bytes .../XMLButton_DANGER_LINK_O2Brand_dark.png | Bin 0 -> 4005 bytes .../XMLButton_DANGER_LINK_O2Brand_icon.png | Bin 0 -> 4548 bytes ...MLButton_DANGER_LINK_O2Brand_icon_dark.png | Bin 0 -> 4551 bytes .../XMLButton_DANGER_LINK_SMALL_BlauBrand.png | Bin 0 -> 4068 bytes ...utton_DANGER_LINK_SMALL_BlauBrand_dark.png | Bin 0 -> 3901 bytes ...utton_DANGER_LINK_SMALL_BlauBrand_icon.png | Bin 0 -> 4598 bytes ..._DANGER_LINK_SMALL_BlauBrand_icon_dark.png | Bin 0 -> 4439 bytes ...on_DANGER_LINK_SMALL_INVERSE_BlauBrand.png | Bin 0 -> 4068 bytes ...NGER_LINK_SMALL_INVERSE_BlauBrand_dark.png | Bin 0 -> 3901 bytes ...NGER_LINK_SMALL_INVERSE_BlauBrand_icon.png | Bin 0 -> 4598 bytes ...LINK_SMALL_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 4439 bytes ...ANGER_LINK_SMALL_INVERSE_MovistarBrand.png | Bin 0 -> 3807 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_dark.png | Bin 0 -> 4046 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_icon.png | Bin 0 -> 4304 bytes ..._SMALL_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 4590 bytes ...tton_DANGER_LINK_SMALL_INVERSE_O2Brand.png | Bin 0 -> 4027 bytes ...DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png | Bin 0 -> 4005 bytes ...DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png | Bin 0 -> 4548 bytes ...R_LINK_SMALL_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 4551 bytes ...GER_LINK_SMALL_INVERSE_TelefonicaBrand.png | Bin 0 -> 3986 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 4069 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 4497 bytes ...MALL_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 4608 bytes ...tton_DANGER_LINK_SMALL_INVERSE_TuBrand.png | Bin 0 -> 4102 bytes ...DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png | Bin 0 -> 3952 bytes ...DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png | Bin 0 -> 4626 bytes ...R_LINK_SMALL_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 4496 bytes ...on_DANGER_LINK_SMALL_INVERSE_VivoBrand.png | Bin 0 -> 4096 bytes ...NGER_LINK_SMALL_INVERSE_VivoBrand_dark.png | Bin 0 -> 3961 bytes ...NGER_LINK_SMALL_INVERSE_VivoBrand_icon.png | Bin 0 -> 4609 bytes ...LINK_SMALL_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 4510 bytes ...Button_DANGER_LINK_SMALL_MovistarBrand.png | Bin 0 -> 3807 bytes ...n_DANGER_LINK_SMALL_MovistarBrand_dark.png | Bin 0 -> 4046 bytes ...n_DANGER_LINK_SMALL_MovistarBrand_icon.png | Bin 0 -> 4304 bytes ...GER_LINK_SMALL_MovistarBrand_icon_dark.png | Bin 0 -> 4590 bytes .../XMLButton_DANGER_LINK_SMALL_O2Brand.png | Bin 0 -> 4027 bytes ...LButton_DANGER_LINK_SMALL_O2Brand_dark.png | Bin 0 -> 4005 bytes ...LButton_DANGER_LINK_SMALL_O2Brand_icon.png | Bin 0 -> 4548 bytes ...on_DANGER_LINK_SMALL_O2Brand_icon_dark.png | Bin 0 -> 4551 bytes ...tton_DANGER_LINK_SMALL_TelefonicaBrand.png | Bin 0 -> 3986 bytes ...DANGER_LINK_SMALL_TelefonicaBrand_dark.png | Bin 0 -> 4069 bytes ...DANGER_LINK_SMALL_TelefonicaBrand_icon.png | Bin 0 -> 4497 bytes ...R_LINK_SMALL_TelefonicaBrand_icon_dark.png | Bin 0 -> 4608 bytes .../XMLButton_DANGER_LINK_SMALL_TuBrand.png | Bin 0 -> 4102 bytes ...LButton_DANGER_LINK_SMALL_TuBrand_dark.png | Bin 0 -> 3952 bytes ...LButton_DANGER_LINK_SMALL_TuBrand_icon.png | Bin 0 -> 4626 bytes ...on_DANGER_LINK_SMALL_TuBrand_icon_dark.png | Bin 0 -> 4496 bytes .../XMLButton_DANGER_LINK_SMALL_VivoBrand.png | Bin 0 -> 4096 bytes ...utton_DANGER_LINK_SMALL_VivoBrand_dark.png | Bin 0 -> 3961 bytes ...utton_DANGER_LINK_SMALL_VivoBrand_icon.png | Bin 0 -> 4609 bytes ..._DANGER_LINK_SMALL_VivoBrand_icon_dark.png | Bin 0 -> 4510 bytes .../XMLButton_DANGER_LINK_TelefonicaBrand.png | Bin 0 -> 3986 bytes ...utton_DANGER_LINK_TelefonicaBrand_dark.png | Bin 0 -> 4069 bytes ...utton_DANGER_LINK_TelefonicaBrand_icon.png | Bin 0 -> 4497 bytes ..._DANGER_LINK_TelefonicaBrand_icon_dark.png | Bin 0 -> 4608 bytes .../XMLButton_DANGER_LINK_TuBrand.png | Bin 0 -> 4102 bytes .../XMLButton_DANGER_LINK_TuBrand_dark.png | Bin 0 -> 3952 bytes .../XMLButton_DANGER_LINK_TuBrand_icon.png | Bin 0 -> 4626 bytes ...MLButton_DANGER_LINK_TuBrand_icon_dark.png | Bin 0 -> 4496 bytes .../XMLButton_DANGER_LINK_VivoBrand.png | Bin 0 -> 4096 bytes .../XMLButton_DANGER_LINK_VivoBrand_dark.png | Bin 0 -> 3961 bytes .../XMLButton_DANGER_LINK_VivoBrand_icon.png | Bin 0 -> 4609 bytes ...Button_DANGER_LINK_VivoBrand_icon_dark.png | Bin 0 -> 4510 bytes .../XMLButton_LINK_SMALL_BlauBrand.png | Bin 0 -> 3981 bytes .../XMLButton_LINK_SMALL_BlauBrand_dark.png | Bin 0 -> 2451 bytes .../XMLButton_LINK_SMALL_BlauBrand_icon.png | Bin 0 -> 4469 bytes ...LButton_LINK_SMALL_BlauBrand_icon_dark.png | Bin 0 -> 2777 bytes ...XMLButton_LINK_SMALL_INVERSE_BlauBrand.png | Bin 0 -> 1226 bytes ...tton_LINK_SMALL_INVERSE_BlauBrand_dark.png | Bin 0 -> 4132 bytes ...tton_LINK_SMALL_INVERSE_BlauBrand_icon.png | Bin 0 -> 1226 bytes ...LINK_SMALL_INVERSE_BlauBrand_icon_dark.png | Bin 0 -> 4688 bytes ...utton_LINK_SMALL_INVERSE_MovistarBrand.png | Bin 0 -> 1226 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_dark.png | Bin 0 -> 4095 bytes ..._LINK_SMALL_INVERSE_MovistarBrand_icon.png | Bin 0 -> 1226 bytes ..._SMALL_INVERSE_MovistarBrand_icon_dark.png | Bin 0 -> 4661 bytes .../XMLButton_LINK_SMALL_INVERSE_O2Brand.png | Bin 0 -> 1226 bytes ...Button_LINK_SMALL_INVERSE_O2Brand_dark.png | Bin 0 -> 4080 bytes ...Button_LINK_SMALL_INVERSE_O2Brand_icon.png | Bin 0 -> 1226 bytes ...n_LINK_SMALL_INVERSE_O2Brand_icon_dark.png | Bin 0 -> 4626 bytes ...ton_LINK_SMALL_INVERSE_TelefonicaBrand.png | Bin 0 -> 1226 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_dark.png | Bin 0 -> 4191 bytes ...INK_SMALL_INVERSE_TelefonicaBrand_icon.png | Bin 0 -> 1226 bytes ...MALL_INVERSE_TelefonicaBrand_icon_dark.png | Bin 0 -> 4767 bytes .../XMLButton_LINK_SMALL_INVERSE_TuBrand.png | Bin 0 -> 1226 bytes ...Button_LINK_SMALL_INVERSE_TuBrand_dark.png | Bin 0 -> 4135 bytes ...Button_LINK_SMALL_INVERSE_TuBrand_icon.png | Bin 0 -> 1226 bytes ...n_LINK_SMALL_INVERSE_TuBrand_icon_dark.png | Bin 0 -> 4693 bytes ...XMLButton_LINK_SMALL_INVERSE_VivoBrand.png | Bin 0 -> 1226 bytes ...tton_LINK_SMALL_INVERSE_VivoBrand_dark.png | Bin 0 -> 4097 bytes ...tton_LINK_SMALL_INVERSE_VivoBrand_icon.png | Bin 0 -> 1226 bytes ...LINK_SMALL_INVERSE_VivoBrand_icon_dark.png | Bin 0 -> 4628 bytes .../XMLButton_LINK_SMALL_MovistarBrand.png | Bin 0 -> 4000 bytes ...MLButton_LINK_SMALL_MovistarBrand_dark.png | Bin 0 -> 2724 bytes ...MLButton_LINK_SMALL_MovistarBrand_icon.png | Bin 0 -> 4495 bytes ...ton_LINK_SMALL_MovistarBrand_icon_dark.png | Bin 0 -> 3089 bytes .../XMLButton_LINK_SMALL_O2Brand.png | Bin 0 -> 4129 bytes .../XMLButton_LINK_SMALL_O2Brand_dark.png | Bin 0 -> 2451 bytes .../XMLButton_LINK_SMALL_O2Brand_icon.png | Bin 0 -> 4677 bytes ...XMLButton_LINK_SMALL_O2Brand_icon_dark.png | Bin 0 -> 2777 bytes .../XMLButton_LINK_SMALL_TelefonicaBrand.png | Bin 0 -> 3873 bytes ...Button_LINK_SMALL_TelefonicaBrand_dark.png | Bin 0 -> 2451 bytes ...Button_LINK_SMALL_TelefonicaBrand_icon.png | Bin 0 -> 4387 bytes ...n_LINK_SMALL_TelefonicaBrand_icon_dark.png | Bin 0 -> 2777 bytes .../XMLButton_LINK_SMALL_TuBrand.png | Bin 0 -> 4134 bytes .../XMLButton_LINK_SMALL_TuBrand_dark.png | Bin 0 -> 2727 bytes .../XMLButton_LINK_SMALL_TuBrand_icon.png | Bin 0 -> 4648 bytes ...XMLButton_LINK_SMALL_TuBrand_icon_dark.png | Bin 0 -> 3058 bytes .../XMLButton_LINK_SMALL_VivoBrand.png | Bin 0 -> 4145 bytes .../XMLButton_LINK_SMALL_VivoBrand_dark.png | Bin 0 -> 2451 bytes .../XMLButton_LINK_SMALL_VivoBrand_icon.png | Bin 0 -> 4696 bytes ...LButton_LINK_SMALL_VivoBrand_icon_dark.png | Bin 0 -> 2777 bytes .../com/telefonica/mistica/button2/Button.kt | 6 + .../mistica/compose/button/Button.kt | 22 ++- .../mistica/compose/button/ButtonSizes.kt | 6 +- .../mistica/compose/button/ButtonStyles.kt | 30 +++- .../src/main/res/values/attrs_components.xml | 6 + .../src/main/res/values/styles_buttons.xml | 44 +++++- .../telefonica/mistica/button/ButtonTest.kt | 6 + 304 files changed, 290 insertions(+), 10 deletions(-) create mode 100644 library-test-utils/src/main/res/layout/danger_link_button.xml create mode 100644 library-test-utils/src/main/res/layout/danger_link_button_inverse.xml create mode 100644 library-test-utils/src/main/res/layout/danger_link_small_button.xml create mode 100644 library-test-utils/src/main/res/layout/danger_link_small_button_inverse.xml create mode 100644 library-test-utils/src/main/res/layout/link_small_button.xml create mode 100644 library-test-utils/src/main/res/layout/link_small_button_inverse.xml create mode 100644 library/screenshots/Button_DANGER_LINK_BlauBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_BlauBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_BlauBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_BlauBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_O2Brand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TuBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_VivoBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_MovistarBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_O2Brand.png create mode 100644 library/screenshots/Button_DANGER_LINK_O2Brand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_O2Brand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_BlauBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_BlauBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_BlauBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_MovistarBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_O2Brand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_O2Brand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_O2Brand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TuBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TuBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TuBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_VivoBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_VivoBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_VivoBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_SMALL_VivoBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_TelefonicaBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_TuBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_TuBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_TuBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_VivoBrand.png create mode 100644 library/screenshots/Button_DANGER_LINK_VivoBrand_dark.png create mode 100644 library/screenshots/Button_DANGER_LINK_VivoBrand_icon.png create mode 100644 library/screenshots/Button_DANGER_LINK_VivoBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_BlauBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_BlauBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_BlauBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_BlauBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_O2Brand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TuBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_VivoBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_MovistarBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_MovistarBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_MovistarBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_O2Brand.png create mode 100644 library/screenshots/Button_LINK_SMALL_O2Brand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_O2Brand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_O2Brand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_TelefonicaBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_TelefonicaBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_TelefonicaBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_TuBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_TuBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_TuBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_TuBrand_icon_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_VivoBrand.png create mode 100644 library/screenshots/Button_LINK_SMALL_VivoBrand_dark.png create mode 100644 library/screenshots/Button_LINK_SMALL_VivoBrand_icon.png create mode 100644 library/screenshots/Button_LINK_SMALL_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_BlauBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_BlauBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_O2Brand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TuBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_VivoBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_O2Brand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_BlauBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_O2Brand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TuBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_VivoBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_SMALL_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TuBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_VivoBrand.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_DANGER_LINK_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_BlauBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_BlauBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_BlauBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_BlauBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_BlauBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_O2Brand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TuBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_VivoBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_INVERSE_VivoBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_MovistarBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_MovistarBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_MovistarBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_MovistarBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_O2Brand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_O2Brand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_O2Brand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_O2Brand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TelefonicaBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TelefonicaBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TelefonicaBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TelefonicaBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TuBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TuBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TuBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_TuBrand_icon_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_VivoBrand.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_VivoBrand_dark.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_VivoBrand_icon.png create mode 100644 library/screenshots/XMLButton_LINK_SMALL_VivoBrand_icon_dark.png diff --git a/catalog/src/main/java/com/telefonica/mistica/catalog/ui/classic/components/ButtonsCatalogFragment.kt b/catalog/src/main/java/com/telefonica/mistica/catalog/ui/classic/components/ButtonsCatalogFragment.kt index c2afd2ed1..4b94c8063 100644 --- a/catalog/src/main/java/com/telefonica/mistica/catalog/ui/classic/components/ButtonsCatalogFragment.kt +++ b/catalog/src/main/java/com/telefonica/mistica/catalog/ui/classic/components/ButtonsCatalogFragment.kt @@ -45,7 +45,11 @@ class ButtonsCatalogFragment : Fragment() { listOf( R.id.link_progress, - R.id.link_inverse_progress + R.id.link_inverse_progress, + R.id.danger_link_progress, + R.id.danger_link_inverse_progress, + R.id.danger_link_small_progress, + R.id.danger_link_small_inverse_progress ) .map { view.findViewById