style="?android:attr/progressBarStyleLarge">
保存之后提示出错,上面说没找到资源,只是怎么回事,1.5平台

解决方案 »

  1.   


        <ProgressBar android:id="@+android:id/progress_large"
            style="?android:attr/progressBarStyleLarge"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />应该不会报错吧?1.5里也有这个属性
      

  2.   

    <style name="?android:attr/progressBarStyleLarge"> 
    </style> 我试过了,有这个属性阿
      

  3.   

    <style name="?android:attr/progressBarStyleLarge"> 
    </style>  
      

  4.   

    style="?android:attr/progressBarStyle Horizontal"是这个它提示NO Source
    style="?android:attr/progressBarStyleLarge"还没试过
      

  5.   


    <style name="?android:attr/progressBarStyle Horizontal">
    </style>这个依然可以找到啊
      

  6.   

    楼主、【style="?android:attr/progressBarStyle Horizontal"是这个它提示NO Source】我给你出现了同样的问题..郁闷了5分钟、咱们可能看到是同一本书吧..试试把中间的空格给去掉..
    然后就能找到了..