Type in the missed line from the following snippet to set the android.R.style.Widget_ProgressBar_Horizontal style.
<ProgressBar
________________________________
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:secondaryProgress="50"
android:progress="25"/>