summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
commit4acc9ac37e3363552cebc7a37e16e254f9438f4d (patch)
tree173141de59d27c1a92e4c7f796036411a18427af /org.fox.ttrss/src/main/res/layout/preferences.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/preferences.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml
deleted file mode 100755
index 431b7da4..00000000
--- a/org.fox.ttrss/src/main/res/layout/preferences.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:fitsSystemWindows="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/preferences_container"
- android:background="?android:colorBackground"
- android:fitsSystemWindows="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_alignParentBottom="true"
- android:layout_below="@+id/toolbar">
- </FrameLayout>
-
- <include layout="@layout/toolbar" android:id="@+id/toolbar" />
-
-</RelativeLayout> \ No newline at end of file