| Index: res/layout/empty_view.xml |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/res/layout/empty_view.xml |
| @@ -0,0 +1,4 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<View xmlns:android="http://schemas.android.com/apk/res/android" |
| + android:layout_width="0dp" |
| + android:layout_height="0dp"/> |