Neo-Store/src/main/res/layout/switch_item.xml
2021-10-19 16:50:44 +05:30

15 lines
559 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/enabled"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginHorizontal="@dimen/text_margin"
android:clickable="false"
android:singleLine="true"
android:textSize="15sp" />
</FrameLayout>