2013-01-24 12:04:06 +00:00
|
|
|
<?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="fill_parent" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_centerVertical="true"
|
2013-02-01 02:34:35 +00:00
|
|
|
android:text="@string/message_view_empty"
|
2013-01-24 12:04:06 +00:00
|
|
|
android:textColor="?android:attr/textColorSecondary" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|