Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added icon's debug ribbon to debug build type #15

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

leinardi
Copy link
Owner

No description provided.

<item name="windowSplashScreenAnimatedIcon">@drawable/ui_ic_launcher_foreground</item>
<item name="windowSplashScreenBackground">@color/ui_ic_launcher_background</item>
</style>

<style name="Ui.Theme.Platform.Forlago" parent="android:Theme.Material.Light" />

<style name="Ui.Theme.Base.Forlago" parent="Ui.Theme.Platform.Forlago">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: UnusedResources
Severity: WARN
File: modules/core-ui/src/main/res/values/themes.xml L21

Unused resources The resource `R.style.Ui_Theme_Base_Forlago` appears to be unused Unused resources make applications larger and slow down builds. The unused resource check can ignore tests. If you want to include resources that are only referenced from tests, consider packaging them in a test source set instead. You can include test sources in the unused resource check by setting the system property lint.unused-resources.include-tests=true, and to exclude them (usually for performance reasons), use lint.unused-resources.exclude-tests=true.

<item name="windowSplashScreenAnimatedIcon">@drawable/ui_ic_launcher_foreground</item>
<item name="windowSplashScreenBackground">@color/ui_ic_launcher_background</item>
</style>

<style name="Ui.Theme.Platform.Forlago" parent="android:Theme.Material.Light" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: UnusedResources
Severity: WARN
File: modules/core-ui/src/main/res/values/themes.xml L19

Unused resources The resource `R.style.Ui_Theme_Platform_Forlago` appears to be unused Unused resources make applications larger and slow down builds. The unused resource check can ignore tests. If you want to include resources that are only referenced from tests, consider packaging them in a test source set instead. You can include test sources in the unused resource check by setting the system property lint.unused-resources.include-tests=true, and to exclude them (usually for performance reasons), use lint.unused-resources.exclude-tests=true.

@leinardi leinardi merged commit 28d96dc into master Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant