We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original issue created by @IgorGanapolsky in the old repo location (googlesamples/android-WatchFace):
Hello, I am getting the following build error:
AAPT: error: duplicate value for resource 'attr/progress' with config ''.
The incremental values.xml look like this: <declare-styleable name="SeekArc"><attr format="dimension" name="arcWidth"/><attr format="color" name="arcColor"/><attr format="integer" name="startAngle"/><attr format="integer" name="sweepAngle"/><attr format="integer|reference" name="maxProgress"/><attr format="integer|reference" name="progress"/><attr format="color" name="progressColor"/><attr format="boolean" name="roundCorner"/><attr format="color" name="thumbColor"/><attr format="dimension" name="thumbRadius"/><attr format="string" name="seekDirection"/></declare-styleable>
<declare-styleable name="SeekArc"><attr format="dimension" name="arcWidth"/><attr format="color" name="arcColor"/><attr format="integer" name="startAngle"/><attr format="integer" name="sweepAngle"/><attr format="integer|reference" name="maxProgress"/><attr format="integer|reference" name="progress"/><attr format="color" name="progressColor"/><attr format="boolean" name="roundCorner"/><attr format="color" name="thumbColor"/><attr format="dimension" name="thumbRadius"/><attr format="string" name="seekDirection"/></declare-styleable>
The text was updated successfully, but these errors were encountered:
Merge pull request android#8 from DroidKaigi/takahirom/fast-debug-for…
e18a683
…-kmp/2024-04-21 Add app.ios.shared.debug=true to be able to debug fast
No branches or pull requests
Original issue created by @IgorGanapolsky in the old repo location (googlesamples/android-WatchFace):
Hello,
I am getting the following build error:
The incremental values.xml look like this:
<declare-styleable name="SeekArc"><attr format="dimension" name="arcWidth"/><attr format="color" name="arcColor"/><attr format="integer" name="startAngle"/><attr format="integer" name="sweepAngle"/><attr format="integer|reference" name="maxProgress"/><attr format="integer|reference" name="progress"/><attr format="color" name="progressColor"/><attr format="boolean" name="roundCorner"/><attr format="color" name="thumbColor"/><attr format="dimension" name="thumbRadius"/><attr format="string" name="seekDirection"/></declare-styleable>
The text was updated successfully, but these errors were encountered: