我正在创建一个材料设计应用程序,同时使用AppCompat支持库来支持运行froyo及更高版本的设备。我遇到了一个挑战,因为我正在创建一个材料设计应用程序,我需要使用材料设计元素。有没有办法在没有运行棒棒糖的设备上使用Material Design Switch?
答案 0 :(得分:5)
你需要使用......
<android.support.v7.widget.SwitchCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
...
android:background="@null" />