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

10 lines
403 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/text"
style="@android:style/TextAppearance.Small" />
</RelativeLayout>