summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-05-11 13:02:46 +0300
committerAndrew Dolgov <[email protected]>2015-05-11 13:02:46 +0300
commit8484fa22e6666d87a0180e94b3182e4ff603118f (patch)
tree6e1b6ae8b4010ad34dd46c60c27e3e45da715851 /org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
parent6e4ab9913473f504ed179b2519a27a81b75ba4a3 (diff)
use proper height resource for support actionbar spacer
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml2
1 files changed, 1 insertions, 1 deletions
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
index 73aa09e0..0fed31bf 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
@@ -3,6 +3,6 @@
<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">
+ android:layout_height="@dimen/abc_action_bar_default_height_material">
</FrameLayout> \ No newline at end of file