使用Material Design Switch切换以前的版本

时间:2015-02-16 20:21:18

标签: android android-5.0-lollipop android-2.2-froyo android-appcompat material-design

我正在创建一个材料设计应用程序,同时使用AppCompat支持库来支持运行froyo及更高版本的设备。我遇到了一个挑战,因为我正在创建一个材料设计应用程序,我需要使用材料设计元素。有没有办法在没有运行棒棒糖的设备上使用Material Design Switch

1 个答案:

答案 0 :(得分:5)

你需要使用......

<android.support.v7.widget.SwitchCompat
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  ...
  android:background="@null" />