You are on page 1of 12

<?xml version="1.0" encoding="utf-8"?

>
<android.support.constraint.ConstraintLayout
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=".MainActivity">

<View
android:layout_width="match_parent"
android:layout_height="230dp"
android:id="@+id/bg_top_header"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:background="@drawable/ic_bg_topheader"/>

<ImageView
android:id="@+id/user_photo"
android:layout_width="71dp"
android:layout_height="71dp"
android:layout_marginStart="26dp"
android:layout_marginTop="24dp"
android:src="@drawable/ic_photo_user"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<TextView
android:textSize="20sp"
android:text="Abdul Aziz Ahwan"
android:id="@+id/user_name"
android:textColor="#ffffff"
android:fontFamily="@font/mo_re"
android:layout_marginTop="32dp"
android:layout_marginStart="18dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toEndOf="@id/user_photo"
app:layout_constraintTop_toTopOf="parent"/>

<TextView
android:textSize="16sp"
android:text="4101410141"
android:id="@+id/user_id"
android:fontFamily="@font/mo_re"
android:textColor="#ffffff"
android:layout_marginTop="32dp"
android:layout_marginStart="18dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toEndOf="@id/user_photo"
app:layout_constraintTop_toTopOf="@id/user_name"/>

<!--<GridLayout-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_marginTop="110dp"-->
<!-- android:layout_marginBottom="60dp"-->
<!-- android:alignmentMode="alignMargins"-->
<!-- android:columnCount="2"-->
<!-- android:columnOrderPreserved="false"-->
<!-- android:padding="14dp"-->
<!-- android:rowCount="3"-->
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
<!-- app:layout_constraintTop_toTopOf="@id/bg_top_header"-->
<!-- app:layout_constraintVertical_bias="0.0"-->
<!-- app:layout_editor_absoluteX="0dp">-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp"-->
<!-- android:id="@+id/card_syllabus">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_profile"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:text="Banking Knowledge"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="12sp"-->
<!-- android:textStyle="bold" />-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_course_schedule"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Course Schedule"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="14sp"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:textStyle="bold"/>-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_gpa_reult"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Study Result"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="14sp"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:textStyle="bold"/>-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_attendance_recap"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Attendance Recap"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="14sp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:textStyle="bold"/>-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_course_book"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Course Booking"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="14sp"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:textStyle="bold"/>-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!-- <android.support.v7.widget.CardView-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_rowWeight="1"-->
<!-- android:layout_columnWeight="1"-->
<!-- android:layout_marginLeft="16dp"-->
<!-- android:layout_marginRight="16dp"-->
<!-- android:layout_marginBottom="16dp"-->
<!-- android:background="@color/cardColor"-->
<!-- app:cardCornerRadius="8dp"-->
<!-- app:cardElevation="6dp">-->

<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal|center_vertical"-->
<!-- android:layout_margin="16dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->

<!-- <ImageView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal"-->
<!-- android:background="@drawable/ic_course_plan"/>-->

<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="Course Plan"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:textColor="@color/textcardColor"-->
<!-- android:textSize="14sp"-->
<!-- android:fontFamily="@font/mo_re"-->
<!-- android:textStyle="bold"/>-->
<!-- </LinearLayout>-->

<!-- </android.support.v7.widget.CardView>-->

<!--</GridLayout>-->

<LinearLayout
android:id="@+id/linearLayout"
android:layout_width="0dp"
android:layout_height="175dp"
android:layout_marginTop="40dp"

android:orientation="horizontal"
android:padding="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/user_id"
tools:ignore="UnknownId">

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView2"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Syllabus"
android:textSize="20dp" />

<ImageView
android:id="@+id/imageView2"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:id="@+id/buttonSyllabus"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />
</RelativeLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView3"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Formula &amp; Note"
android:textSize="17dp" />

<ImageView
android:id="@+id/imageView3"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:id="@+id/buttonFormula"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />

</RelativeLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>

<LinearLayout
android:id="@+id/linearLayout2"
android:layout_width="0dp"
android:layout_height="175dp"
android:orientation="horizontal"
android:padding="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout">

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView11"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView12"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Brain Map"
android:textSize="20dp" />

<ImageView
android:id="@+id/imageView12"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/buttonCheat"
android:background="@android:color/transparent"/>
</RelativeLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView13"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Books"
android:textSize="20sp" />
<ImageView
android:id="@+id/imageView13"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:id="@+id/buttonBook"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />
</RelativeLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>

<LinearLayout
android:id="@+id/linearLayout3"
android:layout_width="0dp"
android:layout_height="175dp"
android:orientation="horizontal"
android:padding="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout2">

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView111"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView112"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Questions"
android:textSize="20dp" />

<ImageView
android:id="@+id/imageView112"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/buttonQuestion"
android:background="@android:color/transparent"/>
</RelativeLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView116"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView113"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="DPP"
android:textSize="20dp" />

<ImageView
android:id="@+id/imageView113"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:id="@+id/buttonPhysics"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />

</RelativeLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>

<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="0dp"
android:layout_height="175dp"
android:orientation="horizontal"
android:padding="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView1111"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView1112"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="Last Year Pprs"
android:textSize="17dp" />

<ImageView
android:id="@+id/imageView1112"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/buttonMock"
android:background="@android:color/transparent"/>
</RelativeLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_weight="1"
app:cardElevation="4dp"
tools:ignore="MissingClass">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView1116"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/imageView1113"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/aclonica"
android:text="FLTs"
android:textSize="20dp" />

<ImageView
android:id="@+id/imageView1113"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
app:srcCompat="@drawable/quantitative" />

<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/buttonFlt"
android:background="@android:color/transparent"/>
</RelativeLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>

</android.support.constraint.ConstraintLayout>

You might also like