archangel/Archangel/app/src/main/res/layout/archangel.xml

18 lines
635 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
tools:context=".Archangel"
android:background="@android:color/background_dark">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Archangel function triggered"
android:textSize="24sp"
android:textColor="@android:color/holo_red_dark"/>
</RelativeLayout>