Index: res/layout/empty_view.xml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/res/layout/empty_view.xml |
@@ -0,0 +1,5 @@ |
+<?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" |
+ android:orientation="vertical"/> |
anton
2017/03/06 09:36:31
is "orientation" property required for View?
diegocarloslima
2017/03/09 20:15:04
Nope, will fix that
|