bashgid/android/res/layout/fragment_news_page.xml

28 lines
882 B
XML
Raw Normal View History

2014-11-13 01:52:15 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="0dp"
android:background="@color/bkg1"
android:orientation="vertical"
tools:context="fishrungames.bashgid.MainPageFragment" >
2015-06-25 19:00:11 +00:00
2014-11-13 01:52:15 +00:00
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/large_margin"
android:layout_marginLeft="@dimen/large_margin"
android:layout_marginRight="@dimen/large_margin"
2014-11-13 01:52:15 +00:00
android:divider="@color/bkg2"
android:dividerHeight="@dimen/small_divider_height"
>
2015-06-25 19:00:11 +00:00
2014-11-13 01:52:15 +00:00
</ListView>
2015-06-25 19:00:11 +00:00
2014-11-13 01:52:15 +00:00
</LinearLayout>