TiebaLite/app/src/main/res/layout/layout_switch.xml

18 lines
815 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.huanchengfly.tieba.post.ui.widgets.theme.TintSwitch xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/switch_widget"
style="@style/Widget.Switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"
android:thumb="@drawable/switch_ios_thumb"
app:switchBackgroundTint="@color/transparent"
app:thumbTint="@color/white"
app:track="@drawable/switch_ios_track"
app:trackTintList="@color/selector_switch_track"
tools:ignore="NewApi" />