為什么我這兒顯示錯誤 style="@style/Widget.ProgressBar.Horizontal"?error: Error: No resource found that matches the given name (at 'style' with value '@style/
?Widget.ProgressBar.Horizontal').
為什么我這兒顯示錯誤 style="@style/Widget.ProgressBar.Horizontal"?error: Error: No resource found that matches the given name (at 'style' with value '@style/
?Widget.ProgressBar.Horizontal').
2014-10-13
舉報(bào)
2014-10-14
錯了,應(yīng)該是style="@android:style/Widget.ProgressBar.Horizontal"
2014-10-13
我這版本沒有ActionBarActivity
2014-10-13
MainActivity extends Activity
2014-10-13
檢查你的Activity是不是繼承的ActionBarActivity