我想使用開關並更改其軌道顏色。所以在我看來沒有什麼特別的。開關軌道顏色
我的開關佈局:
<Switch
android:id="@+id/Switch1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:track="@color/gray"
android:textOn="@string/on"
android:textOff="@string/off"
android:text="@string/musiconoff" />
和我的顏色 「灰色」:
<color name="gray">#666666</color>
我的問題是,該開關被示出爲1個像素的開關。這只是一條小線。如果我刪除「顏色」線,開關是正確的(當然沒有灰色)。
我的錯在哪裏?
使用我的答案在Android:跟蹤= 「@安卓:彩色/ darker_gray」 我認爲,您的@ color/gray – 2014-10-01 10:15:10
存在問題,請不要忘記給我投票 – 2014-10-01 10:15:31
您能否接受@ Sector11的回答,因爲它只是在任何情況下都能正常工作。 – TapanHP 2017-01-09 07:53:44