Skip to content
Snippets Groups Projects
Select Git revision
  • 5d40eaba3df7761b55ff8f61d14a003649386a58
  • master default
2 results

activity_teacher.xml

Blame
  • activity_teacher.xml 940 B
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:id="@+id/activity_teacher"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:paddingBottom="@dimen/activity_vertical_margin"
        android:paddingLeft="@dimen/activity_horizontal_margin"
        android:paddingRight="@dimen/activity_horizontal_margin"
        android:paddingTop="@dimen/activity_vertical_margin"
        tools:context="com.darshanbshah.odsystem.TeacherActivity">
    
        <Button
            android:text="Logout"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true"
            android:layout_marginTop="181dp"
            android:id="@+id/button2"
            android:onClick="signOut" />
    </RelativeLayout>