Magisk/app/src/main/res/layout/no_root.xml
2016-08-06 00:58:05 +08:00

14 lines
557 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="You are not rooted!"
android:id="@+id/no_root"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="93dp"
android:textSize="40sp" />
</RelativeLayout>