Use the newer style of A15 Change-Id: I75a0e54f70f837d21d3aaa746f2e0ec7af226eda
15 lines
553 B
XML
15 lines
553 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2023 The Android Open Source Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<com.google.android.material.materialswitch.MaterialSwitch
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/switchWidget"
|
|
android:theme="@style/Theme.Material3.DynamicColors.DayNight"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@null"
|
|
android:clickable="false"
|
|
android:focusable="false" />
|