NetGuard/app/src/main/res/layout/actionlog.xml

15 lines
592 B
XML
Raw Normal View History

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2016-01-02 12:22:18 +00:00
android:background="?attr/colorPrimary"
android:orientation="horizontal">
2018-11-17 16:32:36 +00:00
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swEnabled"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
2015-11-08 11:30:39 +00:00
android:saveEnabled="false" />
</LinearLayout>