5 lines
		
	
	
		
			504 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			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> |