dynamite8/resources-android-dev

In activity_launch.xml progress bar style causing compile error

Closed this issue · 0 comments

JaeW commented

In activity_launch.xml the ProgressBar widget style value is causing a compile error. It is currently assigned as: style="@style/ProgressBar.Horizontal"

It should be replaced with the following:
style="@android:style/Widget.ProgressBar.Horizontal"