summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
blob: 73aa09e09423a1cc8b2043ef95cb8664059c8e34 (plain)
1
2
3
4
5
6
7
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>