-
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.
ANDROID-13833 Created a clone of VivoNew to mitigate a inheritance st…
…yling problem.
- Loading branch information
Showing
16 changed files
with
884 additions
and
14 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
37 changes: 37 additions & 0 deletions
37
library/src/main/java/com/telefonica/mistica/compose/theme/brand/VivoNewOverrideBrand.kt
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,37 @@ | ||
package com.telefonica.mistica.compose.theme.brand | ||
|
||
import com.telefonica.mistica.R | ||
|
||
object VivoNewOverrideBrand : Brand { | ||
|
||
override val compatibilityTheme: Int | ||
get() = R.style.VivoNewOverride | ||
|
||
override val lightColors = VivoNewOverrideBrandColors.lightColors | ||
|
||
override val darkColors = VivoNewOverrideBrandColors.darkColors | ||
|
||
override val preset5FontWeight = VivoNewOverrideBrandFontWeights.text5FontWeight | ||
|
||
override val preset6FontWeight = VivoNewOverrideBrandFontWeights.text6FontWeight | ||
|
||
override val preset7FontWeight = VivoNewOverrideBrandFontWeights.text7FontWeight | ||
|
||
override val preset8FontWeight = VivoNewOverrideBrandFontWeights.text8FontWeight | ||
|
||
override val cardTitleFontWeight = VivoNewOverrideBrandFontWeights.cardTitleFontWeight | ||
|
||
override val buttonFontWeight = VivoNewOverrideBrandFontWeights.buttonFontWeight | ||
|
||
override val linkFontWeight = VivoNewOverrideBrandFontWeights.linkFontWeight | ||
|
||
override val title1FontWeight = VivoNewOverrideBrandFontWeights.title1FontWeight | ||
|
||
override val indicatorFontWeight = VivoNewOverrideBrandFontWeights.indicatorFontWeight | ||
|
||
override val tabsLabelFontWeight = VivoNewOverrideBrandFontWeights.tabsLabelFontWeight | ||
|
||
override val tabsLabelFontSize = VivoNewOverrideBrandFontSizes.tabsLabelFontSize | ||
|
||
override val radius = VivoNewOverrideBrandRadius.radius | ||
} |
Oops, something went wrong.