Files
Releases/app/src/main/res/layout/switch_item.xml
Felitendo c24d95627e v0.6.5
2025-05-20 15:17:20 +02:00

8 lines
397 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/update_state_switch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/text_margin"
android:clickable="true"
android:focusable="true" />