tmap/res/layout/activity_receiver.xml
2022-06-10 21:38:30 +09:00

5 lines
504 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="#ffaa00aa" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:textSize="20.0dip" android:textColor="#ff000000" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Receiver Activity" android:layout_centerInParent="true" />
</RelativeLayout>