Files
android-vp-herder/source/res/layout/fragment_teacher_substitution.xml
Sebastian Seedorf 0dc942251e changes made
2020-12-06 21:10:12 +01:00

8 lines
371 B
XML
Executable File

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