targetSdkVersion="15" & minSdkVersion="8" で Android プロジェクトをビルドし、アクティビティに水平プログレスバーを追加しますが、Android ジェリー Bean でこのプロジェクトを実行するとホロ スタイルではありません。
私に何ができる?values-v14 style.xml を編集するには?
レイアウト:
<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" />
値と値-v14 style.xml
<style name="AppTheme" parent="Theme.Sherlock.Light" />
どうもありがとう。