Teacher substitution layout completed

This commit is contained in:
Caesar2011
2014-01-24 18:53:31 +01:00
parent 8667f26c7c
commit 14d8abc9e8
26 changed files with 53 additions and 28 deletions

View File

@@ -91,4 +91,20 @@
style="@android:style/TextAppearance.Medium"
android:textStyle="italic"
android:padding="6sp" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/cancelbar"
android:layout_alignLeft="@+id/main"
android:layout_alignTop="@+id/main"
android:layout_alignRight="@+id/main"
android:layout_alignBottom="@+id/main">
<View
android:background="@color/cancelled"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="15sp"
android:layout_marginRight="15sp"
android:layout_centerInParent="true" />
</RelativeLayout>
</RelativeLayout>

View File

@@ -1,9 +0,0 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>

View File

@@ -4,4 +4,5 @@
<color name="teacher">#000</color>
<color name="block">#888</color>
<color name="fragment_background">#fff</color>
<color name="cancelled">#f00</color>
</resources>