Skip to content
Snippets Groups Projects
Select Git revision
  • 881cfda989dff6bc15ae144c40430fb00eca53fe
  • master default
  • add-license-1
  • 6.2
  • 6.0
  • 5.3b
  • 5.1
  • 4.12
  • 4.4
  • 4.3
10 results

ohi.andre.consolelauncher_2017.10.13_16.52.txt

Blame
  • activity_home.xml 1.80 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:context="com.digitalar.Home">
    
        <Button
            android:id="@+id/button4"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Add Faculty"
            tools:layout_editor_absoluteX="125dp"
            tools:layout_editor_absoluteY="66dp"
            android:onClick="addfac"
            android:layout_marginTop="41dp"
            android:layout_alignParentTop="true"
            android:layout_alignEnd="@+id/button6" />
    
        <Button
            android:id="@+id/button5"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/button4"
            android:layout_centerHorizontal="true"
            android:layout_marginLeft="63dp"
            android:layout_marginTop="72dp"
            android:text="Add Class"
            tools:layout_editor_absoluteX="136dp"
            tools:layout_editor_absoluteY="204dp" />
    
        <Button
            android:id="@+id/button6"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="83dp"
            android:text="Add course"
            android:layout_alignTop="@+id/button5"
            android:layout_alignStart="@+id/button5" />
    
        <Button
            android:id="@+id/button7"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignStart="@+id/button5"
            android:layout_below="@+id/button6"
            android:layout_marginTop="56dp"
            android:text="Add Student" />
    </RelativeLayout>