summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-05-11 11:18:27 +0300
committerAndrew Dolgov <[email protected]>2015-05-11 11:18:27 +0300
commit6a834e148657d20e115010d1510cd09b171ff510 (patch)
tree1ba2752c580d131d4c4ea8ac129caa201474e793 /org.fox.ttrss/src/main/res
parent873c0c2cdc11792a5327308d6b6b062b2a94d2a2 (diff)
hide actionbar when scrolling headlines on small devices
do not enable ACRA on debug builds
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines.xml3
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml8
2 files changed, 9 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines.xml b/org.fox.ttrss/src/main/res/layout/headlines.xml
index 226928d4..f1865cd3 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines.xml
@@ -1,7 +1,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:fitsSystemWindows="true">
+ android:layout_height="fill_parent">
<android.support.v4.widget.DrawerLayout
android:id="@+id/headlines_drawer"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml b/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
new file mode 100644
index 00000000..73aa09e0
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.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/headlines_heading_spacer"
+ android:layout_width="fill_parent"
+ android:layout_height="?android:attr/actionBarSize">
+
+</FrameLayout> \ No newline at end of file