Android-ToggleButton和Switch

ToggleButton與Switch都是開關(guān)按鈕,ToggleButton出現(xiàn)在比較早的版本中,Switch是最近幾個版本才出現(xiàn)的。個人感覺Switch比較好看一些。

ToggleButton的截圖:

Paste_Image.png

Switch 的截圖:

Paste_Image.png
  <ToggleButton
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="New ToggleButton"
        android:id="@+id/toggleButton"
        android:layout_below="@+id/radioGroup"
        android:layout_alignParentStart="true" />

    <Switch
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="200dp"
        android:layout_marginTop="30dp"
        android:id="@+id/switch0"
        android:checked="true" />

另外,ToggleButton 與 Switch都需要實現(xiàn)各自的點擊事件的處理,這里我就不多說了。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 發(fā)現(xiàn) 關(guān)注 消息 iOS 第三方庫、插件、知名博客總結(jié) 作者大灰狼的小綿羊哥哥關(guān)注 2017.06.26 09:4...
    肇東周閱讀 15,374評論 4 61
  • Android 自定義View的各種姿勢1 Activity的顯示之ViewRootImpl詳解 Activity...
    passiontim閱讀 179,062評論 25 709
  • 1.坐車去學(xué)校,然后車晚點了。嗯,慢慢來,比較快。 2.在看書《精力管理》,已經(jīng)看了一半多。 3.車上和老鄉(xiāng)閑聊,...
    魏魏說閱讀 177評論 0 1
  • 兩點鐘醒來 一直精神到現(xiàn)在 今天還能不能睡著 不知道 沒有別的要求 明天不要爆表就好
    休憩中的貓閱讀 209評論 0 0
  • display n.顯示器,展示 v.展示,陳列+ reserved 預(yù)定的,保留 inex 下...
    YAN7閱讀 404評論 0 1

友情鏈接更多精彩內(nèi)容