原因:xml文件里,有一些值没有设置属性。

如:

 

                <LinearLayout      
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:gravity=""
                    android:orientation="horizontal"
                    android:layout_marginTop="10dip">

 

相关文章:

  • 2021-03-31
  • 2022-12-23
  • 2021-10-25
  • 2021-10-13
  • 2021-11-03
  • 2021-07-21
  • 2022-12-23
猜你喜欢
  • 2021-08-13
  • 2021-10-04
  • 2022-12-23
  • 2021-05-19
  • 2022-01-18
  • 2021-07-14
  • 2021-12-19
相关资源
相似解决方案