Teacher substitution layout completed
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user