styles.xml文件
styles.xml文件中使用match_parent会报错 请问为什么
styles.xml文件中使用match_parent会报错 请问为什么
2019-05-16
没发现报错啊,检查一下关键字是否有误
<style name="SplitLine"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">1dp</item> <item name="android:background">@color/splitLineColor</item> <item name="android:layout_marginLeft">@dimen/marginSize</item> <item name="android:layout_marginRight">@dimen/marginSize</item> </style>
举报