tt-rss-android/res/layout/headlines.xml

14 lines
475 B
XML
Raw Normal View History

2012-09-16 09:25:28 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
2013-04-16 08:54:51 +00:00
android:orientation="vertical"
2012-09-16 09:25:28 +00:00
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<FrameLayout
android:id="@+id/headlines_fragment"
2012-12-30 23:14:01 +00:00
android:background="?smallScreenBackground"
2012-09-16 09:25:28 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent" >
</FrameLayout>
</LinearLayout>