aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_articles.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_articles.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
deleted file mode 100755
index de249cfb..00000000
--- a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/headlines"
- android:fitsSystemWindows="true"
- android:animateLayoutChanges="true"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?articleBackground">
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:visibility="gone"
- android:layout_height="0dp"
- android:layout_width="0dp"
- android:background="?headlinesBackground">
- </FrameLayout>
-
- <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />
-</FrameLayout> \ No newline at end of file