aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/preference_coordinator.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/preference_coordinator.xml')
-rw-r--r--WordPress/src/main/res/layout/preference_coordinator.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/preference_coordinator.xml b/WordPress/src/main/res/layout/preference_coordinator.xml
new file mode 100644
index 000000000..b1475513f
--- /dev/null
+++ b/WordPress/src/main/res/layout/preference_coordinator.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.design.widget.CoordinatorLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/coordinator"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+</android.support.design.widget.CoordinatorLayout> \ No newline at end of file