我正在尝试使用android的内置控件CompoundButton
,但是我在xml中使用它没有运气,这是我的代码
<CompoundButton
android:id="@+id/mini_recorder_play"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_weight="1"
android:background="@drawable/play_d" />
它在膨胀时抛出异常。