You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/layout/tasker_unlock.xml

46 lines
1.4 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:fitsSystemWindows="false"
android:orientation="vertical"
android:padding="10dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
android:id="@+id/force_option"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:ignore="UselessParent">
android:id="@+id/force_locked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/system_noscreenlock_force_locked" />
android:id="@+id/force_unlocked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/system_noscreenlock_force_unlocked" />
android:id="@+id/force_off"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:text="@string/system_noscreenlock_force_off" />
android:id="@+id/force_ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@android:string/ok" />