亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

togglebutton如何自定義樣式

小樊
87
2024-07-03 14:23:17
欄目: 編程語言

要自定義ToggleButton的樣式,可以通過修改其背景、文本顏色、邊框樣式等屬性來實現。以下是一個示例代碼,展示了如何自定義ToggleButton的樣式:

  1. 創建一個drawable資源文件,命名為custom_toggle_button.xml:
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/selected_background" android:state_checked="true"/>
    <item android:drawable="@drawable/unselected_background"/>
</selector>
  1. 創建兩個drawable資源文件,一個為selected_background.xml,另一個為unselected_background.xml,用來定義ToggleButton的選中和未選中狀態的背景樣式。

selected_background.xml:

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#FF4081"/>
    <corners android:radius="10dp"/>
</shape>

unselected_background.xml:

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#2196F3"/>
    <corners android:radius="10dp"/>
</shape>
  1. 在布局文件中使用自定義的ToggleButton樣式:
<ToggleButton
    android:id="@+id/toggleButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Toggle Button"
    android:textColor="#FFFFFF"
    android:background="@drawable/custom_toggle_button"
    android:checked="true"/>

通過以上步驟,可以自定義ToggleButton的樣式,包括背景顏色、圓角等屬性。您也可以根據需求進一步修改文本樣式、邊框樣式等來實現更加個性化的效果。

0
白河县| 会理县| 驻马店市| 贡嘎县| 贵阳市| 平原县| 郸城县| 河北区| 上林县| 噶尔县| 临安市| 德庆县| 汽车| 古田县| 梁山县| 和硕县| 铁岭县| 水富县| 罗城| 临夏县| 平安县| 柳林县| 黎城县| 新巴尔虎右旗| 陈巴尔虎旗| 拜泉县| 富川| 十堰市| 娄烦县| 吴堡县| 宁乡县| 张家口市| 太白县| 泉州市| 葵青区| 深圳市| 晋州市| 平和县| 邵阳市| 中卫市| 沁水县|