mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-27 19:19:55 +00:00
15 lines
559 B
XML
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>
|