summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-02 11:05:27 +0400
committerAndrew Dolgov <[email protected]>2015-06-02 11:05:27 +0400
commit3de302182cdb3b99600cd787fd697e9e8e401bd2 (patch)
tree0a1bcd84006562974f622811f8d7e1353615e74c /org.fox.ttrss/src/main/res
parent5e2cfd1b2a5dba4e536a9aa6701b37db9f3033af (diff)
switch to preferencefragment
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/layout/preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml
new file mode 100644
index 00000000..e68fa9e4
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/preferences.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/preferences_container"
+ android:fitsSystemWindows="true"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+</FrameLayout> \ No newline at end of file