スイッチを使用してトラックの色を変更したいです。だから私の意見では、何も壮観ではありません。
私のスイッチのレイアウト:
<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 ピクセルのスイッチとして表示されることです。それはほんの小さな線です。「色」行を削除すると、スイッチは正しいです(もちろん灰色はありません)。
私のせいはどこですか?