news-android/res/layout/fragment_newsreader_detail.xml

10 lines
416 B
XML
Raw Normal View History

2013-05-26 12:39:44 +00:00
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/list"
style="?android:attr/textAppearanceLarge"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".NewsReaderDetailFragment" />
<!-- android:textIsSelectable="true" -->
<!-- android:padding="16dp" -->