summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines.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/headlines.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines.xml b/org.fox.ttrss/src/main/res/layout/headlines.xml
deleted file mode 100644
index 69ef2c15..00000000
--- a/org.fox.ttrss/src/main/res/layout/headlines.xml
+++ /dev/null
@@ -1,44 +0,0 @@
- <android.support.v4.widget.DrawerLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:fitsSystemWindows="true"
- android:id="@+id/headlines_drawer"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <FrameLayout
- android:fitsSystemWindows="true"
- android:animateLayoutChanges="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?headlinesBackground"></FrameLayout>
-
- <include layout="@layout/toolbar" android:id="@+id/toolbar" />
-
- </FrameLayout>
-
- <org.fox.ttrss.util.ScrimInsetsFrameLayout
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/scrimInsetsFrameLayout"
- android:layout_width="300dp"
- android:layout_height="match_parent"
- android:layout_gravity="start"
- android:background="@android:color/white"
- android:elevation="10dp"
- android:fitsSystemWindows="true"
- app:insetForeground="#4000">
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="match_parent"
- android:background="?feedlistBackground"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- </org.fox.ttrss.util.ScrimInsetsFrameLayout>
-
- </android.support.v4.widget.DrawerLayout>