-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba3119c
commit e722746
Showing
13 changed files
with
147 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Light Theme Colors --> | ||
<color name="m3_primary">@android:color/system_neutral1_10</color> | ||
<color name="m3_primaryDark">@android:color/system_neutral1_10</color> | ||
<color name="m3_onPrimary">@android:color/system_neutral1_900</color> | ||
|
||
<color name="m3_accent">@android:color/system_accent1_500</color> | ||
<color name="m3_onAccent">@android:color/system_accent1_0</color> | ||
|
||
<color name="m3_surface">@android:color/system_neutral2_50</color> | ||
<color name="m3_onSurface">@android:color/system_neutral2_900</color> | ||
<color name="m3_onSurfaceVariant">@android:color/system_neutral2_700</color> | ||
|
||
<color name="m3_background">@android:color/system_neutral1_10</color> | ||
<color name="m3_onBackground">@android:color/system_neutral1_900</color> | ||
|
||
<color name="m3_snackbarBackgroundColor">@android:color/system_neutral2_800</color> | ||
<color name="m3_snackbarTextColor">@android:color/system_neutral2_50</color> | ||
<color name="m3_snackbarButtonColor">@android:color/system_accent1_200</color> | ||
|
||
<color name="m3_bottomNavActiveIndicator">@android:color/system_neutral2_100</color> | ||
|
||
<!-- Dark Theme Colors --> | ||
<color name="m3_darkThemePrimary">@android:color/system_neutral1_900</color> | ||
<color name="m3_darkThemePrimaryDark">@android:color/system_neutral1_900</color> | ||
<color name="m3_darkThemeOnPrimary">@android:color/system_neutral1_100</color> | ||
|
||
<color name="m3_darkThemeAccent">@android:color/system_accent1_200</color> | ||
<color name="m3_darkThemeOnAccent">@android:color/system_accent1_800</color> | ||
|
||
<color name="m3_darkThemeSurface">@android:color/system_neutral2_800</color> | ||
<color name="m3_darkThemeOnSurface">@android:color/system_neutral2_50</color> | ||
<color name="m3_darkThemeOnSurfaceVariant">@android:color/system_neutral2_100</color> | ||
|
||
<color name="m3_darkThemeBackground">@android:color/system_neutral1_900</color> | ||
<color name="m3_darkThemeOnBackground">@android:color/system_neutral1_100</color> | ||
|
||
<color name="m3_darkThemeSnackbarBackgroundColor">@android:color/system_neutral2_50</color> | ||
<color name="m3_darkThemeSnackbarTextColor">@android:color/system_neutral2_900</color> | ||
<color name="m3_darkThemeSnackbarButtonColor">@android:color/system_accent1_500</color> | ||
|
||
<color name="m3_darkThemeBottomNavActiveIndicator">@android:color/system_neutral2_700</color> | ||
|
||
<!-- Amoled Theme Colors --> | ||
<color name="m3_amoledThemeAccent">@android:color/system_accent1_200</color> | ||
<color name="m3_amoledThemeSnackbarButtonColor">@android:color/system_accent1_500</color> | ||
|
||
<color name="m3_amoledThemeBottomNavActiveIndicator">@color/m3_darkThemeBottomNavActiveIndicator</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,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- | ||
Learn more about Shape Theming and what you can do at: | ||
https://material.io/develop/android/theming/shape/ | ||
Important: do NOT change the style names, just the attributes/properties | ||
--> | ||
|
||
<style name="ShapeAppearance.Frames.SmallComponent.MaterialYou" parent="ShapeAppearance.Material3.SmallComponent"> | ||
<item name="cornerFamily">rounded</item> | ||
<item name="cornerSize">@dimen/small_components_corner_size</item> | ||
</style> | ||
|
||
<style name="ShapeAppearance.Frames.MediumComponent.MaterialYou" parent="ShapeAppearance.Material3.MediumComponent"> | ||
<item name="cornerFamily">rounded</item> | ||
<item name="cornerSize">@dimen/medium_components_corner_size</item> | ||
</style> | ||
|
||
<style name="ShapeAppearance.Frames.LargeComponent.MaterialYou" parent="ShapeAppearance.Material3.LargeComponent"> | ||
<item name="cornerFamily">rounded</item> | ||
<item name="cornerSize">@dimen/large_components_corner_size</item> | ||
</style> | ||
|
||
<style name="ShapeAppearance.Frames.CardView.MaterialYou" parent="ShapeAppearance.Frames.MediumComponent.MaterialYou"> | ||
<item name="cornerFamily">rounded</item> | ||
<item name="cornerSize">@dimen/cards_corner_size</item> | ||
</style> | ||
|
||
</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,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<!-- Don't change the parent style --> | ||
<style name="MyApp.Default.MaterialYou" parent="Frames.Default.MaterialYou"> | ||
<item name="bottomNavigationStyle">@style/MyApp.BottomNavigationView.MaterialYou</item> | ||
<item name="customFontBold">@font/manrope_bold_fam</item> | ||
<item name="customFontNormal">@font/manrope_normal_fam</item> | ||
</style> | ||
|
||
<!-- Don't change the parent style --> | ||
<style name="MyApp.Default.Amoled.MaterialYou" parent="Frames.Default.Amoled.MaterialYou"> | ||
<item name="bottomNavigationStyle">@style/MyApp.BottomNavigationView.MaterialYou</item> | ||
<item name="customFontBold">@font/manrope_bold_fam</item> | ||
<item name="customFontNormal">@font/manrope_normal_fam</item> | ||
</style> | ||
|
||
<!-- Don't change the parent style --> | ||
<style name="MyApp.BottomNavigationView.MaterialYou" parent="Widget.Frames.BottomNavigationView.MaterialYou"> | ||
<!-- | ||
Switch bottom navigation labels visibility style | ||
You can use any of there: | ||
- auto | ||
- labeled | ||
- unlabeled | ||
- selected | ||
Learn more: https://developer.android.com/reference/com/google/android/material/bottomnavigation/LabelVisibilityMode | ||
--> | ||
<item name="labelVisibilityMode">auto</item> | ||
</style> | ||
|
||
</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
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
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