A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© itheima01 中级黑马   /  2013-9-2 00:54  /  3392 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文


    <ProgressBar   
          android:id="@+id/progressBar"   
          style="?android:attr/progressBarStyleLarge"
<!-- 该布局文件没打开的时候没有报错,并且能运行,但是打开该布局文件就报错了-->
          mce_style="?android:attr/progressBarStyleLarge"
          android:indeterminateDrawable="@drawable/progressbar2"
          android:layout_width="50dp"   
          android:layout_height="50dp"            
         />
  mce_style="?android:attr/progressBarStyleLarge" 这句报错了,请大侠指点一下 下面为该布局全文件

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="horizontal"
  android:gravity="center"
  android:layout_width="match_parent"
  android:layout_height="match_parent">
  
  
    <ProgressBar   
          android:id="@+id/progressBar"   
          style="?android:attr/progressBarStyleLarge"
          mce_style="?android:attr/progressBarStyleLarge"
          android:indeterminateDrawable="@drawable/progressbar2"
          android:layout_width="50dp"   
          android:layout_height="50dp"            
         />  
        <!--   mce_style="?android:attr/progressBarStyleLarge"  -->
      <TextView android:paddingLeft="3dp"
                     android:id="@+id/progress_tv"
                     android:textColor="@color/black"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:text="加载中..." />
   
</LinearLayout>

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马