Android Studio 報錯
	Error:(25, 5) Integer types not allowed (at 'android:textSize' with value '12').
代碼
<style name="HorizontalBtnLayout"> <item name="android:layout_height">match_parent</item> <item name="android:layout_width">0dp</item> <item name="android:layout_weight">1</item> <item name="android:textSize">12</item> </style>
分析:
	1.是不是<style> </style>標簽內不能使用android:textSize,系統有提示,說明可以的
	2.根據報錯Integer tyes is not allowed,考慮到是不是類型有問題,
注:相關教程知識閱讀請移步到Android開發頻道。    
新聞熱點
疑難解答