Skip to content
Snippets Groups Projects
Select Git revision
  • 276e46e12e68ea47881ed7efe645e536f753f6ab
  • master default
  • patch-1
3 results

activity_teacher.xml

Blame
  • Forked from Android 2017 / OD-System
    Source project has a limited visibility.
    activity_teacher.xml 1.22 KiB
    <?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" />
    
        <TextView
            android:text="TextView"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true"
            android:layout_marginTop="64dp"
            android:id="@+id/textView" />
    </RelativeLayout>