Computer scienceMobileAndroidUser InterfaceUI components

Overview of ProgressBar, SeekBar and RatingBar

Predefined style

Report a typo

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"/>
Enter a short text
___

Create a free account to access the full topic