Files
android-vp-herder/source/res/layout/fragment_teacher_substitution.xml
Caesar2011 25a5951e10 Upload code
2014-01-23 10:16:37 +01:00

8 lines
371 B
XML

<?xml version="1.0" encoding="utf-8"?>
<me.caesar2011.vpherder.views.PullToRefreshListView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/listview"
android:listSelector="@android:color/transparent"
android:background="@color/fragment_background" />