news-android/res/layout/fragment_newsreader_detail.xml
2013-05-26 14:39:44 +02:00

10 lines
No EOL
416 B
XML

<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" -->