]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/preference_activity.xml
Switch to app compat preferences.
[Dictionary.git] / res / layout / preference_activity.xml
diff --git a/res/layout/preference_activity.xml b/res/layout/preference_activity.xml
new file mode 100644 (file)
index 0000000..1607909
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent" >
+    <fragment
+        android:name="com.hughes.android.dictionary.PreferenceFragment"
+        android:tag="com.hughes.android.dictionary.PreferenceFragment"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
+</FrameLayout>