<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_height="fill_parent" android:layout_width="fill_parent">

	<solid android:color="#00FFFFFF" />
	<stroke android:color="#00FFFFFF" android:width="1dp" />

</shape>