dynamite8 / resources-android-dev

Collection of resources for becoming an Android developer
7 stars 7 forks source link

In activity_launch.xml progress bar style causing compile error #131

Closed JaeW closed 6 years ago

JaeW commented 6 years ago

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"