I create an android project with targetSdkVersion = "15" and minSdkVersion = "8", and then add a horizontal progress bar to the action, but this is not a vocal style when I run this project with an android bean iron.
What can I do? to edit values-v14 style.xml?
location:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ProgressBar
android:id="@+id/countdown_progressbar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="@android:style/Widget.ProgressBar.Horizontal"
android:max="30" />
values ββand values ββ- v14 style.xml
<style name="AppTheme" parent="Theme.Sherlock.Light" />
Many thanks.
Shawn source
share