blob: 1e1485857b1a92e0d2e7880b746ce7da1e73a057 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</RelativeLayout>
|