File tree Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 119119 android : includeFontPadding =" false"
120120 android : fallbackLineSpacing =" false"
121121 android : textSize =" 34sp"
122- android : textColor =" ?attr/colorPrimary "
122+ android : textColor =" ?attr/colorCode "
123123 android : layout_marginStart =" 6dp"
124124 android : layout_alignParentStart =" true"
125125 android : layout_marginTop =" 0dp"
Original file line number Diff line number Diff line change 122122 android : includeFontPadding =" false"
123123 android : fallbackLineSpacing =" false"
124124 android : textSize =" 26sp"
125+ android : textColor =" ?attr/colorCode"
125126 android : layout_marginStart =" 6dp"
126127 android : layout_alignParentStart =" true"
127128 android : layout_marginTop =" 0dp"
Original file line number Diff line number Diff line change 120120 android : includeFontPadding =" false"
121121 android : fallbackLineSpacing =" false"
122122 android : textSize =" 26sp"
123+ android : textColor =" ?attr/colorCode"
123124 android : layout_marginStart =" 6dp"
124125 android : layout_alignParentStart =" true"
125126 android : layout_marginTop =" 0dp"
Original file line number Diff line number Diff line change 117117 android : includeFontPadding =" false"
118118 android : fallbackLineSpacing =" false"
119119 android : textSize =" 26sp"
120+ android : textColor =" ?attr/colorCode"
120121 android : layout_alignParentStart =" true"
121122 android : layout_marginTop =" 10dp"
122123 android : textStyle =" normal|bold" />
Original file line number Diff line number Diff line change 66 <attr name =" colorOnDark" />
77 <attr name =" colorSuccess" />
88 <attr name =" colorOnSurfaceDim" />
9+ <attr name =" colorCode" />
910
1011 <declare-styleable name =" SlideIndicator" >
1112 <attr name =" dot_radius" format =" dimension" />
Original file line number Diff line number Diff line change 5353 <item name =" colorOnDark" >@android:color/white</item >
5454 <item name =" colorSuccess" >@color/aegis_theme_light_success</item >
5555 <item name =" colorOnSurfaceDim" >@color/aegis_theme_light_onSurfaceDim</item >
56+ <item name =" colorCode" >?attr/colorPrimary</item >
5657 <!-- Intro colors -->
5758 <item name =" dot_color" >?attr/colorSurfaceVariant</item >
5859 <item name =" dot_color_selected" >?attr/colorOnSurfaceVariant</item >
121122 <item name =" colorOnDark" >@android:color/white</item >
122123 <item name =" colorSuccess" >@color/aegis_theme_dark_success</item >
123124 <item name =" colorOnSurfaceDim" >@color/aegis_theme_dark_onSurfaceDim</item >
125+ <item name =" colorCode" >?attr/colorPrimary</item >
124126 <!-- Intro colors -->
125127 <item name =" dot_color" >?attr/colorSurfaceVariant</item >
126128 <item name =" dot_color_selected" >?attr/colorOnSurfaceVariant</item >
146148 <item name =" colorSurfaceContainerLowest" >#000000</item >
147149 <item name =" colorSurfaceDim" >#000000</item >
148150 <item name =" colorSurfaceBright" >#000000</item >
151+ <item name =" colorCode" >@android:color/white</item >
149152 </style >
150153
151154 <style name =" ThemeOverlay.Aegis.Dynamic.Amoled" parent =" ThemeOverlay.Material3.DynamicColors.Dark" >
159162 <item name =" colorSurfaceContainerLowest" >#000000</item >
160163 <item name =" colorSurfaceDim" >#000000</item >
161164 <item name =" colorSurfaceBright" >#000000</item >
165+ <item name =" colorCode" >@android:color/white</item >
162166 </style >
163167
164168 <style name =" Theme.Aegis.Light" parent =" Base.Theme.Aegis.Light" >
You can’t perform that action at this time.
0 commit comments