Closed CDRussell closed 9 years ago
When configuring digitBackground, for example, to app:digitBackground="@android:color/white the pin accent colour doesn't show, even when set explicitly using app:accentType="character" app:pinAccentColor="@color/colorAccent"
app:digitBackground="@android:color/white
app:accentType="character"
app:pinAccentColor="@color/colorAccent"
Any thoughts?
Issue was being caused by a theme causing the Window background to inherit a drawable.
When configuring digitBackground, for example, to
app:digitBackground="@android:color/white
the pin accent colour doesn't show, even when set explicitly usingapp:accentType="character"
app:pinAccentColor="@color/colorAccent"
Any thoughts?