pretty good

This commit is contained in:
Fabian Freund
2025-02-07 20:45:47 +01:00
parent 025ecaf2e3
commit a12ef8244f
68 changed files with 2359 additions and 1015 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
</activity>
<activity
android:theme="@style/Theme.AppCompat.Light"
android:theme="@style/AddonsActivityTheme"
android:name="eu.lensai.flutter_mozilla_components.addons.AddonsActivity"
android:label="@string/mozac_feature_addons_addons"
android:exported="false"
@@ -25,4 +25,8 @@
<item name="android:background">?android:attr/colorBackground</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<style name="AddonsActivityTheme" parent="Theme.AppCompat.Light">
<item name="mozac_primary_text_color">@color/photonDarkGrey90</item>
</style>
</resources>